Adds function to be executed from inside async_context with the default priority.
Use this when you want to complete an action in async_context's main loop, as soon as possible.
| async_context |
the MainContext to dispatch the I/O watch in, or |
| function |
the callback to invoke |
| data |
user data to pass to |
|
a SocketSource, which can be removed from |