Skip to content
Snippets Groups Projects
  • Roman Tsisyk's avatar
    c9ef7471
    Add coio_wait() to public C API · c9ef7471
    Roman Tsisyk authored
    Extract bsdsocket_io_wait() from bsdsocket.cc to public C API.
    This very simple patch allow to use Tarantool event machine in
    stored C procedures.
    
    Other changes: replace fiber_wakeup() with fiber_call() here to save extra
                   event loop iteration.
    c9ef7471
    History
    Add coio_wait() to public C API
    Roman Tsisyk authored
    Extract bsdsocket_io_wait() from bsdsocket.cc to public C API.
    This very simple patch allow to use Tarantool event machine in
    stored C procedures.
    
    Other changes: replace fiber_wakeup() with fiber_call() here to save extra
                   event loop iteration.
coio.cc 18.82 KiB