Skip to content

Releases: ori88c/zero-backpressure-semaphore-typescript

README refinements

29 Jun 20:47
Compare
Choose a tag to compare

Key Features

  • README refinements.

Dev-dependencies update, tiny test enhancement

28 Jun 14:37
Compare
Choose a tag to compare

Key Features

  • Dev dependencies update.
  • Tiny test enhancement.
  • Typo fix in thrown error.

README refinements, dev-dependencies update

22 Jun 22:25
Compare
Choose a tag to compare

Key Features

  • README refinements.
  • Dev dependencies update.

README and Docs enhancements

19 Jun 20:25
Compare
Choose a tag to compare

Key Features

  • README and Docs enhancements.

Docs refinements

15 Jun 22:30
Compare
Choose a tag to compare

Changes

  • README and docs refinements.

Initial Release

09 Jun 17:00
Compare
Choose a tag to compare

Key Features

  • ES2020 Compatibility.
  • TypeScript support.
  • Backpressure control.
  • Graceful termination.
  • Self-explanatory method names and comprehensive documentation.
  • High efficiency: All state-altering operations have a constant time complexity, O(1).
  • No external runtime dependencies: Only development dependencies are used.