Monthly Archives: April 2015

How to wait on multiple events (Delphi)

Abstract How can one write code to block (wait) on multiple syncro events at once, in a multi-threaded application? We are of course, talking about Delphi. By “multiple synchro events at once”, I mean that the thread unblocks on some … Continue reading

Posted in Delphi | Leave a comment