How to set the names of threads under Io Groups?

with std.Thread, you can use setName after you spawn it. is there a similar functionality for io groups/ io threads?

it would be very helpful in debugging to see the names of threads. my project is highly multithreaded and my CPU happens to have a lot of cores.