Bump
Description:
Content:
Interfaces:
Classes:
- AsyncPriorityQueue - Priority queue for asynchronous communications
- Claim - Claim on a rivalrous resource
- Event - An event
- Factory - Object which creates other objects
- Lazy - Lazy initializer
- ResourceClaim - Claim on a resource from a Bump.ResourcePool
- ResourcePool - Pool of reusable resources
- Semaphore - A high-level non-recursive counting semaphore
- SemaphoreClaim - Claim on a semaphore
- TaskQueue - Base class used for common task queueing behavior
Delegates:
- public delegate G Callback<G> () throws Error
Callback which is invoked by the TaskQueue.execute and TaskQueue.execute_async functions.