Class Task

The base class for a task aka Fiber.

This class represents a single task that is executed concurrencly with other tasks. Each task is owned by a single thread.

Inherits from

Methods

Method name Description
getThis Returns the Task instance belonging to the calling task.
set Sets a task local variable.
get Returns a task local variable.
isSet Determines if a certain task local variable is set.

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.