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.
ResourceTimingListener ๐Ÿ”’

Functionsยง

submit_timing ๐Ÿ”’
submit_timing_data ๐Ÿ”’