What's new
Fixed ✅
- Removed unnecessary
Mutex
in BatchedFn
.
- Fixed issue where thread would crash when request from calling thread disconnects.
Commits
7196d9d Fix thread crash on disconnect (#26)
ac6c530 remove unnecessary Mutex (#22)
2cd40dd generate release notes before cargo release