Skip to content

oasync v0.1.0

Choose a tag to compare

@foldcat foldcat released this 14 Jul 09:23
· 32 commits to oasync-v0.1.x since this release

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_blocking default behavior
  • merge channels with the base oasync library