Skip to content

Release v0.10.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 13:51
· 114 commits to main since this release

Changes

This release is bringing back distributed lunatic 馃帀! But this time it's using QUIC as the protocol for node to node communication. Check out this example on how to spawn processes on remote nodes.

Other changes

  • Switched from async_std to tokio (@kosticmarin)
  • kill host function added (@zhamlin)
  • send_after & cancel_timer host functions added (@zhamlin)
  • changed timeout type in host functions from u32 to u64
  • timeout parameters are removed for networking read/write calls

Changes in lunatic-rs

And a bunch of other smaller performance and bug fixes!