Skip to main content Link Search Menu Expand Document (external link)

Concurrency overview

Added in v1.0.0


Table of contents


models

Concurrency (type alias)

Describes the concurrency to use when executing multiple Effect’s.

Signature

export type Concurrency = number | 'unbounded' | 'inherit'

Added in v1.0.0