Make done event on node

Replace the AsyncDone event with an explicit done callback in the node
to signal completion of an async operation.
Pass read and write fd together with the transport
This commit is contained in:
Wim Taymans 2017-06-09 17:24:18 +02:00
parent 0af8377d10
commit 34450ed7ed
24 changed files with 268 additions and 254 deletions

View file

@ -3,6 +3,7 @@ subdir('audiomixer')
subdir('audiotestsrc')
subdir('ffmpeg')
subdir('logger')
#subdir('support')
subdir('test')
subdir('videotestsrc')
subdir('volume')