Get handle of this task?
Posted: Wed Jan 26, 2022 6:37 am
I can't seem to find a way to get the handle of the currently running task (the one that I'm calling a function out of).
I want to have an API where I call a function and the function reads out the task context and puts itself (its handle) into an std::map. Is this possible somehow?
I want to have an API where I call a function and the function reads out the task context and puts itself (its handle) into an std::map. Is this possible somehow?