Type alias Thread<S>

Thread<S>: {
    [threadNominal]: S;
}

A thread scope S that controls variables in computations on Mut<S, _>.

Type Parameters

  • S

Type declaration

  • [threadNominal]: S

Generated using TypeDoc