async: add async_write(), a write primitive to write to a NONBLOCK:ing FD

This commit is contained in:
Daniel Eklöf 2019-11-04 13:45:38 +01:00
parent 60c3ff8737
commit 9ae5c311d1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 60 additions and 0 deletions

View file

@ -64,6 +64,7 @@ version = custom_target(
executable(
'foot',
'async.c', 'async.h',
'base64.c', 'base64.h',
'config.c', 'config.h',
'commands.c', 'commands.h',