rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
DlangUIScheduler
utils
Undocumented in source.
class
DlangUIScheduler : Widget, Scheduler {
TimerHandler
[
ulong
]
_actions
;
Object
_gate
;
ulong
_timerId
;
CancellationToken
schedule
(void delegate() op, Duration val);
bool
onTimer
(ulong id);
}
Members
Functions
onTimer
bool
onTimer
(ulong id)
Undocumented in source. Be warned that the author may not have intended to support it.
schedule
CancellationToken
schedule
(void delegate() op, Duration val)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_actions
TimerHandler
[
ulong
]
_actions
;
Undocumented in source.
_gate
Object
_gate
;
Undocumented in source.
_timerId
ulong
_timerId
;
Undocumented in source.
Meta
Source
See Implementation
utils
classes
DlangUIScheduler
functions
asObservable
structs
TimerHandler