Function isTaskLocalSet

Deprecated. Returns a task/fiber specific variable.

Please use TaskLocal instead.

Prototype

bool isTaskLocalSet(
  string name
) deprecated;

Remarks

This function also works if called from outside if a fiber. In this case, it will work on a thread local storage.

Authors

Sönke Ludwig

Copyright

© 2012-2014 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.