2.0.0 Beta 3
Pre-release
Pre-release
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 usingParcel::synchronized()
.