Skip to content
Snippets Groups Projects
user avatar
Florian Fischer authored
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.
7623dd54
History
Name Last commit Last update