Skip to content

new fiber api and refactor

Georgy Moshkin requested to merge gmoshkin/fiber-get-id into master

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 appropriate Cargo.toml files
Edited by Georgy Moshkin

Merge request reports