/
Blocking calls in an event loop thread
Blocking calls in an event loop thread
If you put a blocking call into the part of a program which is running an event loop this means the entire event loop is paused until the blocking call returns.
Opps.
This is a mistake we can make if we are just learning about event loops and blocking versus non blocks calls.
, multiple selections available,
Related content
Blocking vs. Non Blocking Calls
Blocking vs. Non Blocking Calls
More like this
Why do we need blocking and non blocking functions?
Why do we need blocking and non blocking functions?
More like this
Event Loop
Event Loop
More like this
Blocking versus Non blocking calls using a call centre example
Blocking versus Non blocking calls using a call centre example
More like this
Is it less efficient to program with blocking sockets versus asynchronous ones?
Is it less efficient to program with blocking sockets versus asynchronous ones?
More like this
What problems are there with asynchronous programming?
What problems are there with asynchronous programming?
More like this