Tls

class neko.vm.Tls<T>Available in nekoCreates a new value for thread-local storage. A static variable static var local_t : Tls<T>,
will be a per-thread static variable. Check nullness before use and initialize if null.
var value(getValue,setValue) : TUsed to access the stored variable. function new() : Void
version #7036, modified 2009-09-25 09:33:48 by ron