Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko dec5f1d147 machinarium: add mm_io_keepalive() 2016-11-28 15:38:20 +03:00
lib machinarium: add mm_io_keepalive() 2016-11-28 15:38:20 +03:00
tests machinarium: move machinarium/ to lib/ 2016-11-25 15:50:06 +03:00
.gitignore machinarium: use correct timer handle in read-write 2016-11-25 18:02:23 +03:00
AUTHORS machinarium: rename project 2016-11-25 14:45:20 +03:00
LICENSE fluent: add AUTHORS and LICENSE files 2016-11-08 14:42:47 +03:00
README.md machinarium: rename project 2016-11-25 14:45:20 +03:00
makefile machinarium: move machinarium/ to lib/ 2016-11-25 15:50:06 +03:00

README.md

machinarium

Fast cooperative multitasking engine library built on top of libuv.

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

WIP