v0.9.3
Adding support for async-std
!
Ractor v0.9.3 is released and with this release we're adding support for async-std
as a runtime apart from Tokio. Something to keep in mind however is that tokio
is still a dependency because we use some primitives from the sync
module are usable outside of just a tokio
runtime. Eventually this could be refactored away, but the channel primitives are clean, efficient, and development friendly that it's not worth the effort to migrate to a less efficient crate. The only things that continue to be used from tokio in an async-std
runtime are the communication channels.
Full changelog: v0.9.2...v0.9.3