Documentation
Tagion
DARTSynchronizationFiber
tagion
dart
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
;
void
run
();
bool
empty
();
}
Members
Functions
empty
bool
empty
()
Checks if the synchronized has reached the end
run
void
run
()
Function to handle synchronization stage for the DART
tagion
dart
DARTSynchronizationFiber
classes
DARTSynchronizationFiber