diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-05-23 15:57:07 +0100 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-05-25 22:51:34 +0100 |
commit | 7c525480ab3c4db9205bfe30bb0d2bef9096c444 (patch) | |
tree | da1cf6724d7182577ced7982bc739854f916b0ce /TODO | |
parent | ff0660a415ecfd0879600eaad1c5899b6d93a30a (diff) | |
download | libusb-7c525480ab3c4db9205bfe30bb0d2bef9096c444.tar.gz |
Implement serialization of event handlers
Now offers a mechanism to wait for events while another thread is
doing the event handling. Complicates things for MT async apps, but
then again it's a bit of a tricky combination to start with.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,7 +1,3 @@ -for 1.0 -======= -serialization of handle_events - for 1.1 or future ================== optional timerfd support (runtime detection) |