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

core: allow spurious wakeups in cbus_call

Currently it's possible to wakeup a fiber, which is waiting for `cbus_call`
completion, using Tarantool C API. This will cause a misleading `TimedOut`
error. This patch reworks `cbus_call` in such a way that it yields until
a completion flag is set.

Part of #7166

NO_DOC=refactoring
NO_CHANGELOG=refactoring
parent e568e7f0
No related branches found
No related tags found
No related merge requests found
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