See: Description
| Interface | Description |
|---|---|
| SyncInterface |
Title: Generic synchronization interface
Description:
Copyright: Copyright (c) 2001
Company: Tomas Teubner
|
| Class | Description |
|---|---|
| Condition |
A Condition is used to exchange the state of a boolean condition between threads.
|
| Gate |
A Gate is used to lock and unlock access to a resource.
|
| Mutex |
A Mutex can be used to assert mutual exclusive access to a resource.
|
| Semaphore |
A Semaphore is a kind of synchronized counter.
|
This package contains synchronization classes.
Copyright © 2014–2016 Tomas Teubner. All rights reserved.