-
- Downloads
first non working draft for CallbackHandles
The idea was to drop the Future object and use a simpler CallbackHandle to cancel submitted callbacks. Problems: * the handle needs to know on which io_uring it was submitted * the handle must work for all types of futures * the handle can not be defined in Future.hpp because it needs IoContext methods which makes using template way more difficult.
Loading
Please register or sign in to comment