LeandreBl / dispatchy

C library to handle queue of function pointers / userdata to dispatch them and execute them on a single thread

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dispatchy

C library to handle queue of function pointers / userdata to dispatch them and execute them on a single thread

This library gives a little API to manipulate a queue of functions to be called synchronously

About

C library to handle queue of function pointers / userdata to dispatch them and execute them on a single thread

License:The Unlicense


Languages

Language:C 87.9%Language:Makefile 12.1%