xtd 1.0.0
Loading...
Searching...
No Matches
concurrent

Definition

Contains concurrent collections definitions.

Classes

class  xtd::collections::concurrent::concurrent_bag< type_t >
 Represents a thread-safe, unordered collection of objects. More...
class  xtd::collections::concurrent::iproducer_consumer_collection< type_t >
 Defines methods to manipulate thread-safe collections intended for producer/consumer usage. This interface provides a unified representation for producer/consumer collections so that higher level abstractions such as xtd::collections::concurrent::blocking_collection <type_t> can use the collection as the underlying storage mechanism. More...