ICoreEventLoop.UnregisterToken

Undocumented in source.
  1. struct UnregisterToken
  2. struct UnregisterToken
    interface ICoreEventLoop
    version(Windows)
    static
    @mustuse
    struct UnregisterToken {}

Members

Functions

unregister
void unregister()

Unregisters the handle from the event loop and releases the reference to the callback held by the event loop (which will probably free it).

Meta