Type alias Thread<T>

Thread<T>: Promise<Remote<T>>

Type alias describing an exposed class in a remote context. Represented by wrapping a Remote in a Promise. Used and intended to be used in conjunction with the Thread decorator.

Type Parameters

See

Thread

Generated using TypeDoc