Skip to content

v0.9.2

Choose a tag to compare

@sarsko sarsko released this 20 Aug 09:59
· 3 commits to main since this release
1b86a9e
  • Add support for 128-bit atomics (AtomicI128/AtomicU128) (#299)
  • Implement Display for TaskId to match tokio's task::Id (#307)
  • Add support for task abort (#278)
  • Refactor the shuttle crate into separate internal crates: shuttle-engine (core runtime and the Scheduler trait), shuttle-schedulers (built-in schedulers and check/replay helpers), and shuttle-std (the std replacement primitives) (#286, #290, #292, #294). This is an internal reorganization and does not change the shuttle public API.
  • Publish shuttle-std, shuttle-schedulers and shuttle-engine.