Attach and detach C threads to D runtime

2014-05-22 Thread David Soria Parra via Digitalmars-d-learn
Hi, I am currently writing a fuse wrapper for D and try to support fuse multithreading which is based on pthreads. However fuse doesn't offer me a proper way to hook into the creation and joining process of threads. I can attach the threads created by libfuse but cannot find a way to properly

Re: Attach and detach C threads to D runtime

2014-05-22 Thread Sean Kelly via Digitalmars-d-learn
On Thursday, 22 May 2014 at 19:21:26 UTC, David Soria Parra via Digitalmars-d-learn wrote: I know that thread_detachByAddr exists, but the Thread object from Thread.getAll or Thread.opApply doesn't expose the thread address. Would thread_detachThis work for you? Alternately, you can use