const classafConcurrent::LocalRef
sys::Obj afConcurrent::LocalRef
Manages an Obj reference stored in Actor.locals with a unique key.
- cleanUp
- Void cleanUp()- Removes this object from - Actor.locals.
- isMapped
- Bool isMapped()- Returns - trueif- Actor.localsholds an entry for this- qname.
- make
- new make(Str name, Obj? initVal := null)- Creates an entry in - Actor.localsusing the given name.
- name
- const Str name- The variable name given to the ctor. 
- qname
- const Str qname- The qualified name this - ThreadLocalis stored under in- Actor.locals.- qnameis calculated from- name.
- val
- Obj? val