D.gnu - Condvar implementation
- Tommie Gannert (9/9) Dec 04 2005 Hi!
- David Friedman (2/17) Dec 05 2005 Is this something that can be used with DMD as well?
- Tommie Gannert (2/3) Dec 05 2005 Yes.
- David Friedman (5/13) Dec 06 2005 I can test it out and make any necessary changes for Win32 and MacOS X.
Hi! Good news! I have an initial version of the condition variables. However, having it on my computer won't help the rest of you. So, how do you want it for GDC inclusion? I'll have to do a test compilation on Windows too, but emulating Win32 with pthreads on Linux seems to give both a working and pretty fair solution... If someone with insight in thread synchronization could take a look at the Windows implementation, I would be grateful. I could post pseudo-code for it. Also suggest including the pthreads and semaphore D-files in Phobos.
Dec 04 2005
Tommie Gannert wrote:Hi! Good news! I have an initial version of the condition variables. However, having it on my computer won't help the rest of you. So, how do you want it for GDC inclusion? I'll have to do a test compilation on Windows too, but emulating Win32 with pthreads on Linux seems to give both a working and pretty fair solution... If someone with insight in thread synchronization could take a look at the Windows implementation, I would be grateful. I could post pseudo-code for it. Also suggest including the pthreads and semaphore D-files in Phobos.Is this something that can be used with DMD as well?
Dec 05 2005
In article <dn2n6c$2kui$1 digitaldaemon.com>, David Friedman says...Is this something that can be used with DMD as well?Yes.
Dec 05 2005
Tommie Gannert wrote:In article <dn2n6c$2kui$1 digitaldaemon.com>, David Friedman says...I can test it out and make any necessary changes for Win32 and MacOS X. If you would like to see it included in DMD, you should probably send it to Walter too. DavidIs this something that can be used with DMD as well?Yes.
Dec 06 2005