Skip to content

moteus/lua-luq

Repository files navigation

lua-luq

Build Status Build Status

Light userdata queue

This library aimed to be low level basis to build pools of shared objects. For now it implement only queues with fixed capacity but I have plan to implement shared objects.

For examples see lzmq-pool and odbc-pool.