mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
SyncVerbosity
mecca
reactor
sync
verbose
Undocumented in source.
struct
SyncVerbosity (
SyncType
string
Name
ExtraParam
=
void
) {
SyncType
syncer
;
this
(ExtraParam param);
static if
(
WithExtraParam
)
void
open
(ExtraParam param);
static if
(!(
WithExtraParam
))
void
open
();
}
Constructors
this
this
(ExtraParam param)
Undocumented in source.
Alias This
syncer
Members
Functions
open
void
open
()
Undocumented in source. Be warned that the author may not have intended to support it.
open
void
open
(ExtraParam param)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
syncer
SyncType
syncer
;
Undocumented in source.
Meta
Source
See Implementation
mecca
reactor
sync
verbose
aliases
EventReporter
enums
SyncVerbosityEventType
structs
SyncVerbosity