Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

concur

concur

concur -- unit feature to group concurrency related features

Constructors

thread -- effect that provides concurrent thread
atomic -- low-level atomic values

Atomic values can be used for communication between threads in a safe
way.

Functions

thread with no argument returns thread.env, i.e., the currently installed
source of thread concurrency.

Types

Thread_Provider -- abstract source of concurrency