core.sync

Modules

barrier
module core.sync.barrier

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

condition
module core.sync.condition

The condition module provides a primitive for synchronized condition checking.

config
module core.sync.config

The config module contains utility routines and configuration information specific to this package.

exception
module core.sync.exception

Define base class for synchronization exceptions.

mutex
module core.sync.mutex

The mutex module provides a primitive for maintaining mutually exclusive access.

rwmutex
module core.sync.rwmutex

The read/write mutex module provides a primitive for maintaining shared read access and mutually exclusive write access.

semaphore
module core.sync.semaphore

The semaphore module provides a general use semaphore for synchronization.

Suggestion Box / Bug Report