You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
receiveOptionsNew (or or similar) allows for "only new messages since the last call to receive" to be... received. This allows for optimization, e.g., when implementing call for gen_server: we know that, after sending the request message, then wait for the reply, said reply can only be a "new" message.
The text was updated successfully, but these errors were encountered:
receiveOptionsNew
(or or similar) allows for "only new messages since the last call to receive" to be... received. This allows for optimization, e.g., when implementingcall
forgen_server
: we know that, after sending the request message, then wait for the reply, said reply can only be a "new" message.The text was updated successfully, but these errors were encountered: