script

Module network_listener

source

Structsยง

  • ListenerTask ๐Ÿ”’
    A task for moving the async network events between threads.
  • NetworkListener ๐Ÿ”’
    An off-thread sink for async network event tasks. All such events are forwarded to a target thread, where they are invoked on the provided context object.

Traitsยง

  • PreInvoke ๐Ÿ”’
    A gating mechanism that runs before invoking the task on the target thread. If the should_invoke method returns false, the task is discarded without being invoked.

Functionsยง