Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko 5a49eaf0a4 machinarium: remove data arg from scheduler_init() 2017-05-18 13:27:10 +03:00
examples machinarium: update csw benchmark 2017-05-18 13:20:58 +03:00
src machinarium: remove data arg from scheduler_init() 2017-05-18 13:27:10 +03:00
tests machinarium: update tests 2017-05-18 13:20:40 +03:00
.gitignore machinarium: add valgrind support 2017-05-16 17:31:01 +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: rename mm_t into mm_machine_t 2017-05-17 14:49:52 +03:00
LICENSE fluent: add AUTHORS and LICENSE files 2016-11-08 14:42:47 +03:00
README.md machinarium: update README.md 2017-04-10 18:12:52 +03:00

README.md

machinarium

Fast cooperative multitasking library.

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

WIP