Skip to content

2.0.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kelunik kelunik released this 06 Dec 01:21
v2.0.0-beta.1

Note: This is a pre-release, there might be breaking changes in the final stable version.

  • Major release avoiding promises in favor of fibers supported by Revolt
  • ConcurrentIterator functions have been removed and will be available as operators in amphp/pipeline
  • FileMutex has been removed, as a better implementation ships as part of amphp/file
  • Removed ThreadedMutex and ThreadedSemaphore
  • Removed Lock::getId()
  • Barrier::await supports cancellation now
  • synchronized accepts any Semaphore now instead of a Mutex only