const class concurrent::ActorLocal
sys::Obj concurrent::ActorLocal
- get
-
ActorLocal^T? get()
Returns the value in the current actor.
- make
-
new make(Func<ActorLocal^T>? initial := null)
- remove
-
Void remove()
Removes the current actor's value
- set
-
This<Obj?> set(ActorLocal^T val)
Sets the current actor's variable to the specified value.