Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko 6081975544 machinarium: update README.md 2017-03-01 16:24:23 +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
src machinarium: import and use libcoro for coroutine creation 2017-03-01 16:21:08 +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: import and use libcoro for coroutine creation 2017-03-01 16:21:08 +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