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 a Thread can you also get a HANDLE from one on Windows?
This is a tracking issue for the
thread_extensionsfeature in the standard library which allows acquiring apthread_tfrom aJoinHandleon Unix. Some questions on this are:Thread? (e.g. should we store the id there)JoinHandleExtok?pthread_tfrom aThreadcan you also get aHANDLEfrom one on Windows?