DART.SynchronizationFiber

Synchronizer which supports synchronization from multiplet DART's

Constructors

this
this(Rims root_rims, Synchronizer sync)
Undocumented in source.

Members

Functions

empty
bool empty()

Checks if the synchronized has reached the end

run
void run()

Function to hanle syncronization stage for the DART

Properties

id
uint id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_id
uint _id;
Undocumented in source.
root_rims
immutable(Rims) root_rims;
Undocumented in source.
sync
Synchronizer sync;
Undocumented in source.

Meta