Skip to content

2.0.0 Beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 07 Feb 04:46
f41cf7f

This release moves Channel and Parcel interfaces from amphp/parallel to this library.

  • Channel allows two way communicate between execution contexts, such as two coroutines or two processes.
  • Parcel allows sharing a value across execution contexts, with mutually-exclusive access to modifying that value using Parcel::synchronized().