Synopsis
Async goodies for libuv
- Version
 - 0.0.1
 - Source
 - jwerle/uv-async
 - License
 - MIT
 
API
Details
- async_env
 
- async_work_data
 
- _handle_after_async ()
 - 
            
void _handle_after_async (uv_work_t * work, int rc);
 
- _handle_async ()
 - 
            
void _handle_async (uv_work_t * work);
 
- _handle_async_callback ()
 - 
            
void _handle_async_callback(uv_async_t * handle, int rc);
 
- _handle_spawn_async ()
 - 
            
void _handle_spawn_async (uv_process_t * req, int64_t rc, int sig);
 
- _spawn_async ()
 - 
            
void _spawn_async (async_env_t env, int argc, char * args, void(*)( fn);