Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko f4b7424190 machinarium: add examples/benchmark.c 2017-05-16 13:10:00 +03:00
examples machinarium: add examples/benchmark.c 2017-05-16 13:10:00 +03:00
lib/libcoro machinarium: remove libuv submodule/build 2017-04-10 16:08:39 +03:00
src machinarium: build static library by default 2017-05-15 15:32:13 +03:00
tests machinarium: rename test-suite into tests 2017-05-16 13:09:38 +03:00
.gitignore machinarium: update .gitignore file 2017-05-16 13:08:47 +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: build static library by default 2017-05-15 15:32:13 +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