Skip to content

Draft: Gmoshkin/fiber context

Georgy Moshkin requested to merge gmoshkin/fiber-context into master

Summary

  • WIP: on_fiber_exit callbacks

  • WIP: raw user data fields

  • WIP: user fields in context

  • feat: AnyT trait for getting type name from a type erased trait object

  • feat: add ability to read the fiber's context

  • feat: size_of! & offset_of! macros

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

Merge request reports