[][src]Module tarantool_module::coio

Modules

ffi

Structs

CoIOFlags
CoIOListener

Uses CoIO main loop to poll incoming connections from wrapped socket listener

CoIOStream

Uses CoIO main loop to poll read/write events from wrapped socket

Functions

coio_call

Create new eio task with specified function and arguments. Yield and wait until the task is complete or a timeout occurs.

coio_wait

Wait until READ or WRITE event on socket (\a fd). Yields.

getaddrinfo

Fiber-friendly version of getaddrinfo(3).