better programming languages to support multiple Threads

Started by
9 comments, last by Red Ant 17 years, 9 months ago
Quote:Original post by Deyja
class proxy{   T value;   Event is_ready; //Event is some concurency primitive that once triggered,                   //remains always triggered. IIRC, the 'events' in the                    //windows API don't have this behavior



Yes they do, provided you call the CreateEvent() function with the bManualReset argument passed as TRUE.

This topic is closed to new replies.

Advertisement