Module tarantool::coio

source ·
Expand description

Cooperative input/output

See also:

Structs§

  • Uses CoIO main loop to poll incoming connections from wrapped socket listener
  • Uses CoIO main loop to poll read/write events from wrapped socket
  • The receiving half of channel.
  • The sending half of channel.

Functions§

  • Creates a new asynchronous channel, returning the sender/receiver halves.
  • Create new eio task with specified function and arguments. Yield and wait until the task is complete or a timeout occurs.
  • Wait until READ or WRITE event on socket (fd). Yields.
  • Fiber-friendly version of getaddrinfo(3).