AsyncResultCell<'T> Type
Haskell's TVar but without the STM. You can use this for your programs; it performs a non-blocking wait for a single value. Use AwaitTimeout to get its contained result as an 'T option
Constructors
| Constructor | Description |
|
|
Instance members
| Instance member | Description |
|
|
Full Usage:
this.complete result
Parameters:
'T
Returns: bool
|