akka / akka-edge-rs

Akka Edge support in Rust
https://doc.akka.io/docs/akka-edge/current/
Other
9 stars 1 forks source link

Simplify the example #19

Closed huntc closed 1 year ago

huntc commented 1 year ago

We no longer need local-only mode. The example is more useful to illustrate its interoperability with Akka on the JVM.

The PR also provides the ability for a handler to be expressed as a closure. This further simplifies things.