new fiber api and refactor
Summary
-
feat: add support for fiber cancelling (and waking up)
-
feat: functions for working with fiber properties such as id, csw & name
-
refactor: remove some unneeded macros & trait
Adds support for features introduced in https://github.com/tarantool/tarantool/pull/9238
Closes #30 (closed)
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
Version is bumped in the appropriateCargo.toml
files
Edited by Georgy Moshkin