Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko b0f4e9c092 machinarium: remake core api using new event loop impl 2017-04-10 18:07:14 +03:00
lib/libcoro machinarium: remove libuv submodule/build 2017-04-10 16:08:39 +03:00
src machinarium: remake core api using new event loop impl 2017-04-10 18:07:14 +03:00
tests machinarium: add tls_server example 2017-03-31 17:03:39 +03:00
.gitignore machinarium: add tls_server example 2017-03-31 17:03:39 +03:00
.gitmodules machinarium: remove libuv submodule/build 2017-04-10 16:08:39 +03:00
AUTHORS machinarium: rename project 2016-11-25 14:45:20 +03:00
CMakeLists.txt machinarium: remove libuv submodule/build 2017-04-10 16:08:39 +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