Closed
Description
This is a tracking issue for the thread_extensions
feature in the standard library which allows acquiring a pthread_t
from a JoinHandle
on Unix. Some questions on this are:
- Should this trait also be implemented for
Thread
? (e.g. should we store the id there) - Does it deserve its own trait or is a one-off
JoinHandleExt
ok? - If you can get a
pthread_t
from aThread
can you also get aHANDLE
from one on Windows?