Function isTaskLocalSet

Returns a task/fiber specific variable.

Prototypes

T getTaskLocal(T)(string name)(
  string name
);

bool isTaskLocalSet(
  string name
);

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 RejectedSoftware e.K.

License

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