Honeycomb  0.1
Component-Model Framework
Namespaces | Classes
honey::thread Namespace Reference

Thread util. More...

Namespaces

 current
 Operations on current Thread.
 

Classes

struct  Interrupted
 Interrupted exception. More...
 
struct  InterruptEnable
 Enable / disable interrupts in the current thread's scope. More...
 
class  Local
 Local thread storage. Multiple threads can access one Local object, but each thread will only see its own separate "local" instance. More...
 
class  Pool
 Spreads task execution across a pool of re-usable threads. Uses a lock-free work-stealing queue to ensure workers are never idle. More...
 

Detailed Description

Thread util.