DARTSynchronizationFiber

Undocumented in source.
version(DEDICATED_DART_SYNC_FIBER)
@safe
class DARTSynchronizationFiber : Fiber {
protected
Synchronizer sync;
immutable(Rims) root_rims;
size_t fiberPageSize;
DART owner;
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