Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@Skepfyr Skepfyr released this 17 May 18:50
· 8 commits to master since this release
097d6f2

Changed

  • Remove the lifetime parameter from BaggageHandler

Added

  • Make run public

Fixed

  • Use std::mem::needs_drop to optimise the drop implementation
  • Check if try_run is being run from the worker thread to prevent a deadlock