Async Ach
Features
All Data Structure has these Features:
const
: static friendly
no_std
: Can run in embedded devices
no_alloc
: Needn't dynamic memory allocation
Lock Free
Only spin in critical section
Usage
See
tests