Release 0.2.0
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
run
publicstd::mem::needs_drop
to optimise the drop implementationtry_run
is being run from the worker thread to prevent a deadlock