emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: the state of the concurrency branch


From: Tom Tromey
Subject: Re: the state of the concurrency branch
Date: Tue, 27 Aug 2013 13:14:24 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Eli>  . Finally, if condition variables are unavailable (they are a pain on
Eli>    Windows, since only the latest versions support them natively), is
Eli>    it still possible to have threads, just without some
Eli>    synchronization features?  Or are condition variables currently a
Eli>    must for the threading mechanism itself?

I think it would be better if all platforms supported the same primitives.

Condition variables can be implemented in a number of ways.
libjava already has a Windows port you can lift from.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]