tango.core.sync.Barrier

The barrier module provides a primitive for synchronizing the progress of a group of threads.

Members

Classes

Barrier
class Barrier

This class represents a barrier across which threads may only travel in groups of a specific size.

SyncException (from tango.core.Exception)
class SyncException via public import tango.core.Exception : SyncException;

Base class for synchronization exceptions.

Meta

License

BSD style: $(LICENSE)

Authors

Sean Kelly