The event module provides a primitive for lightweight signaling of other threads (emulating Windows events on Posix)
represents an event. Clients of an event are suspended while waiting for the event to be "signaled".
See Source File core/sync/event.d
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Copyright (c) 2019 D Language Foundation
Rainer Schuetze
The event module provides a primitive for lightweight signaling of other threads (emulating Windows events on Posix)