Rha::BoundedQueue< T, C > | Implementation of bounded queue |
Rha::BoundedQueue< T, C >::Configurator | Bounded queue configurator |
Rha::BoundedThreadPool< Q > | Bounded thread pool executor implementation |
Rha::BoundedThreadPool< Q >::Configurator | BoundedThreadPool configurator class |
Rha::FutureRegistry< E0, E1, E2, E3, E4, E5, E6, E7, E8 > | Futures registry implementation |
Rha::FutureRegistry< E0, E1, E2, E3, E4, E5, E6, E7, E8 >::Future< R > | Results synchronization object |
Rha::QueueOverflowError | Exception class for signaling queue overflow condition |
Rha::SimpleScheduler< E > | Scheduler implementation class |
Rha::SortedQueue< T > | Priority queue implementation class |
Rha::UnboundedQueue< T, C > | Unbounded queue implementation |
Rha::UnboundedQueue< T, C >::Configurator | UnboundedQueue configurator class |
Rha::UnboundFuture | The UnboundFuture exception class is thrown when a Future object is queried for results but has not been bound to a JoinableTask |