oasync v0.1.0
v0.1.0 offers new features and breaking changes!
new features/improvement:
- logging
- worker starvation warning with #caller_location
- optimization of resources
- adhere to
-vet - acquire & release resources inside a worker
- panic message update
- added buffered sliding channels
- added semaphore
- documentation update
- misc internal changes
breaking changes:
- privated some structs
- renamed some the destructor to be more uniform
- new
max_blockingdefault behavior - merge channels with the base oasync library