Skip to content
Snippets Groups Projects
Commit bd64985a authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

cbus: introduce cbus_call_async

Sometimes we need to submit a remote call over cbus without waiting for
the result or even yielding. The cbus_call_timeout function isn't apt
for that because it yields even if timeout is 0 and sets diag. Let's
introduce cbus_call_async that exits immediately after pushing the call
message to the remote thread.

NO_DOC=internal
NO_CHANGELOG=internal
parent 9b289de1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment