Effect Concurrentpub
Source:effect(pub) Concurrent
.spawn ( → AnyUInt )
.await ( AnyUInt → )
.cancel ( AnyUInt → )
.yield-now ( → )
.timeout ( AnyInt AnyUInt → Bool )
Description
Concurrent effect — async task spawn / await / cancel / timeout. Task handles are carried as AnyUInt identifiers and durations as AnyInt (interpreted by the host) in this placeholder decl.