v0.4.4
Changes
- Make
SubsystemHandle::start()
a non-mut function (@Trivernis)- This removes the necessity of the handle argument to be
mut
, making it much easiert to pass it around, to store it in structs and to use it as a shared reference.
- This removes the necessity of the handle argument to be