Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko 07c325a653 machinarium: add core machine api def 2017-03-21 12:47:32 +03:00
cmake machinarium: set proper flags for debug/release build 2017-02-07 18:00:27 +03:00
lib machinarium: import and use libcoro for coroutine creation 2017-03-01 16:21:08 +03:00
machine machinarium: add core machine api def 2017-03-21 12:47:32 +03:00
src machinarium: switch to prepare_t as async handler 2017-03-10 15:50:27 +03:00
tests machinarium: import and use libcoro for coroutine creation 2017-03-01 16:21:08 +03:00
.gitignore machinarium: update .gitignore file 2017-02-01 15:59:25 +03:00
.gitmodules machinarium: integrate libuv submodule 2017-01-17 17:21:45 +03:00
AUTHORS machinarium: rename project 2016-11-25 14:45:20 +03:00
CMakeLists.txt machinarium: add core machine api def 2017-03-21 12:47:32 +03:00
LICENSE fluent: add AUTHORS and LICENSE files 2016-11-08 14:42:47 +03:00
README.md machinarium: update README.md 2017-03-01 16:24:23 +03:00

README.md

machinarium

Fast cooperative multitasking library built on top of libuv and libcoro.

The library can be used to simplify programming of a complex
asynchronous applications.

WIP