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

Initializes uv_process_t and starts a new process. More...

Public Member Functions

static PN aio_process_kill (Potion *P, PN cl, PN self, PN signum)
 

Detailed Description

Initializes uv_process_t and starts a new process.

This class is disabled in a SANDBOX.

Parameters
optionsAio_process_options (mandatory)
loop(optional)
See also
http://nikhilm.github.io/uvbook/processes.html#spawning-child-processes

Member Function Documentation

static PN aio_process_kill ( Potion P,
PN  cl,
PN  self,
PN  signum 
)

Kills the process with the specified signal. The user must still call close on the process.

Definition at line 1569 of file aio.c.


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