-
Notifications
You must be signed in to change notification settings - Fork 1
Home
KartikAiyer edited this page Mar 15, 2020
·
8 revisions
Welcome to the cutils wiki! Here you will find instructions on how to use the utilities provided.
- types.h - This is a core header file included by all the utils in the library.
- Stringify your enum - A fun debug utilitiy.
- Linked List
- Block Pools - fixed sized allocators.
- Dispatch Queues - queue your function pointers
- Notifier - a type of pub/sub abstraction.
- Async IO - abstraction for asynchronous I/O.