Bump Reference Manual
Packages
bump-0.1
Bump
Queue
Threading
AsyncPriorityQueue
Claim
Event
Factory
Lazy
ResourceClaim
ResourcePool
Semaphore
SemaphoreClaim
TaskQueue
Callback
Bump
Description:
Content:
Interfaces:
Queue
-
A Queue
Threading
-
A structure which spawns threads
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.