Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko a4a7d01808 flint: add mm_context 2016-11-24 15:48:35 +03:00
example flint: untrack binary from vc 2016-11-17 15:53:00 +03:00
lib flint: pre-check cancel state for ft_write() 2016-11-18 16:28:49 +03:00
machinarium flint: add mm_context 2016-11-24 15:48:35 +03:00
.gitignore flint: untrack binary from vc 2016-11-17 15:53:00 +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