Comment by d4ng 3 days ago What are actors doing between finishing processing the last message and receiving the next one? 10 comments d4ng Reply mgaunard 3 days ago yield to the event loop d4ng 3 days ago So they're waiting. mgaunard 3 days ago not really, they yield to other event sources, which is the opposite of waiting (which blocks forward progress and is a violation of real-time guarantees) 7 replies →
mgaunard 3 days ago yield to the event loop d4ng 3 days ago So they're waiting. mgaunard 3 days ago not really, they yield to other event sources, which is the opposite of waiting (which blocks forward progress and is a violation of real-time guarantees) 7 replies →
d4ng 3 days ago So they're waiting. mgaunard 3 days ago not really, they yield to other event sources, which is the opposite of waiting (which blocks forward progress and is a violation of real-time guarantees) 7 replies →
mgaunard 3 days ago not really, they yield to other event sources, which is the opposite of waiting (which blocks forward progress and is a violation of real-time guarantees) 7 replies →
yield to the event loop
So they're waiting.
not really, they yield to other event sources, which is the opposite of waiting (which blocks forward progress and is a violation of real-time guarantees)
7 replies →