Skip to content

CP suggestion: use Regular types and Value Semantics #548

Open
@tvaneerd

Description

@tvaneerd

As anyone with experience with Function Programming languages knows, threading is easier when using Value Semantics with Regular types and Regular functions. Since values are always copied, there is no data contention and no need for locks.

This is a one way to achieve "don't share data".

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions