p2  0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Aio_prepare Class Reference

create and init a Aio_prepare object Every active prepare handle gets its callback called exactly once per loop iteration, just before the system blocks to wait for completed i/o. More...

Public Member Functions

static PN aio_prepare_start (Potion *P, PN cl, PN self, PN cb)
 
static PN aio_prepare_stop (Potion *P, PN cl, PN self)
 

Detailed Description

create and init a Aio_prepare object Every active prepare handle gets its callback called exactly once per loop iteration, just before the system blocks to wait for completed i/o.

Parameters
loopAio_loop, defaults to uv_default_loop()
See also
http://nikhilm.github.io/uvbook/networking.html#tcp

Member Function Documentation

static PN aio_prepare_start ( Potion P,
PN  cl,
PN  self,
PN  cb 
)

Definition at line 1131 of file aio.c.

static PN aio_prepare_stop ( Potion P,
PN  cl,
PN  self 
)

Definition at line 1139 of file aio.c.


The documentation for this class was generated from the following file: