core.sync.event

The event module provides a primitive for lightweight signaling of other threads (emulating Windows events on Posix)

Members

Structs

Event
struct Event

represents an event. Clients of an event are suspended while waiting for the event to be "signaled".

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Authors

Rainer Schuetze

Suggestion Box / Bug Report