Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko a55b826221 flint: add mm_io object 2016-11-24 17:11:30 +03:00
example flint: untrack binary from vc 2016-11-17 15:53:00 +03:00
lib flint: reduce mm api 2016-11-24 16:08:41 +03:00
machinarium flint: add mm_io object 2016-11-24 17:11:30 +03:00
tests flint: add cancel_sleep_2 test 2016-11-24 17:04:08 +03:00
.gitignore flint: add cancel_sleep test 2016-11-24 16:58:39 +03:00
AUTHORS flint: corrections in AUTHORS file 2016-11-10 13:28:00 +03:00
LICENSE fluent: add AUTHORS and LICENSE files 2016-11-08 14:42:47 +03:00
README.md flint: update README.md 2016-11-24 15:40:12 +03:00
makefile flint: update makefile 2016-11-24 15:47:08 +03:00

README.md

flint

Fast cooperative multitasking engine library built on top of libuv.

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

WIP