Skip to content

Releases: groue/Semaphore

0.0.8

27 Mar 06:55
Compare
Choose a tag to compare

AsyncSemaphore compiles without warning under strict concurrency checkings.

0.0.7

23 Mar 18:27
Compare
Choose a tag to compare

Fixed: Calling AsyncSemaphore.waitUntilCancelled() from a cancelled task does not increment or decrement the semaphore (#3)

0.0.6

08 Oct 05:25
Compare
Choose a tag to compare

Documentation fixes

0.0.5

07 Oct 10:49
Compare
Choose a tag to compare

Added a DocC Documentation Catalog

0.0.4

07 Oct 06:12
Compare
Choose a tag to compare
  • Renamed Semaphore to AsyncSemaphore
  • AsyncSemaphore is Sendable

0.0.3

05 Oct 15:05
Compare
Choose a tag to compare

Fix a compiler warning with the standard library version 5.7

0.0.2

03 Oct 16:46
Compare
Choose a tag to compare

The waitUntilTaskCancellation() method was renamed waitUnlessCancelled() for enhanced clarity.

0.0.1

03 Oct 09:15
Compare
Choose a tag to compare

The first release of this library.