Skip to content

v0.9.3

Compare
Choose a tag to compare
@slawlor slawlor released this 13 Oct 00:32
· 75 commits to main since this release
c593b4c

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