Skip to content

v0.14.2

Latest
Compare
Choose a tag to compare
@slawlor slawlor released this 20 Dec 02:32
3c94f0f

Ractor v0.14.2 is released!

What's Changed

  • Add a wait() operator for an actor by @slawlor in #304. This allows waiting on an actor's exit, without having access to the JoinHandle, and without triggering a stop or drain operation. Resolves #303

Full Changelog: v0.14.1...v0.14.2