util/async.c: Add async IO worker thread

Need this for IO4 USB emulation, might break it out and upstream it
to Capnhook at some point as well.
This commit is contained in:
Tau
2019-03-03 19:58:11 -05:00
parent 2be3647089
commit ba8b8e32fc
3 changed files with 221 additions and 0 deletions

View File

@ -10,6 +10,8 @@ util_lib = static_library(
capnhook.get_variable('hook_dep'),
],
sources : [
'async.c',
'async.h',
'clock.c',
'clock.h',
'crc.c',