core.sync.barrier

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

Public Imports

core.sync.exception
public import core.sync.exception;

Members

Classes

Barrier
class Barrier

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

Meta

Authors

Sean Kelly

Suggestion Box / Bug Report