ICoreEventLoop.UnregisterToken

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

Members

Functions

unregister
void unregister()

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

Meta