In our previous episode, Michael Schnell said: > > You may use RTLEvents to pause a thread. => > > > Obviously CPU the overhead is a lot greater than with just calling sleep. ??? Afaik they are the procedural counterpart of TEvents, and I think that using them is cheaper than sleep, since you only unblock when needed.