mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
async: add async_write(), a write primitive to write to a NONBLOCK:ing FD
This commit is contained in:
parent
60c3ff8737
commit
9ae5c311d1
3 changed files with 60 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue