Skip to content

renatomaia/coutil

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
etc
 
 
 
 
src
 
 
 
 
 
 
 
 

logo

Coutil

Coutil provides a set of integrated libraries to support multithreading in Lua; both cooperatively, using coroutines; and preemptively, by running code on distinct system threads. It also provides synchronous (no callbacks) and non-blocking (suspends only the caller) functions for a variety of features: from synchronization mechanisms like events, channels, and others; to access to system resources like networking, processes, file system, and more.

Note: system features are implemented over libuv, thus they should be available in all plataforms supported by such library.

Documentation