Skip to content

fix(fiber): the code won't copmile unless join handle is joined

Alexey Protsenko requested to merge join-handles-must-be-joined into master

Conflicts with !53 (merged)

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 join is explicitly called at some point in the program.

Edited by Alexey Protsenko

Merge request reports