DART.SynchronizationFiber

Synchronizer which supports synchronization from multiplet DART's

class DART
@safe
class SynchronizationFiber : Fiber {
protected
Synchronizer sync;
immutable(Rims) root_rims;
protected
uint _id;
}

Members

Functions

empty
bool empty()

Checks if the synchronized has reached the end

run
void run()

Function to handle synchronization stage for the DART