Skip to content

fix(fiber): unjoined fiber result in a panic when the joinhandle is dropped

Alexey Protsenko requested to merge fiber-join-handles-unjoinable-on-drop into master

Conflicts with !55 (closed)

When the join handle get's dropped there's no way to join the fiber anymore. But if it is left joinable at this point, the tarantool internals won't be able to recycle it's memory. So we need to make sure the join method is explicitly called at some point in the program and panic otherwise

Edited by Alexey Protsenko

Merge request reports