cwfitzgerald / fiber-tasking-library

A library for enabling task-based multi-threading. It allows execution of task graphs with arbitrary dependencies.
Apache License 2.0
0 stars 1 forks source link

Ability to get ID of current fiber #2

Open DethRaid opened 5 years ago

DethRaid commented 5 years ago

I'd like to get the ID of the fiber my code is currently executing in, so I can index into unordered_maps of externally synchronized resources (e.g. VkCommandPools)