ICoreEventLoop.RearmToken

Undocumented in source.
interface ICoreEventLoop
version(Posix)
static
@mustuse
struct RearmToken {}

Members

Functions

rearm
void rearm()

Rearms the event so you will get another callback next time it is ready.

unregister
void unregister()

Calls UnregisterToken.unregister

Meta