Classes | |
class | BackgroundTask |
class | ExtCoroutine |
A coroutine that can be suspended, resumed and aborted. More... | |
class | ForegroundTask |
class | MagicThread |
Magic thread allow a coroutine to go into the background and return to foreground using yield statements. More... | |
class | MapReduce |
A simple way to spread execution of functions across multiple threads. More... | |
class | ThreadPool |
class | WorkScheduler |