Skip to content
Snippets Groups Projects
Commit 7623dd54 authored by Florian Fischer's avatar Florian Fischer
Browse files

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.
parent 4d90dfc0
No related branches found
No related tags found
Loading
Pipeline #78236 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment