elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
265 stars 16 forks source link

A custom panic handler #36

Open loyd opened 2 years ago

loyd commented 2 years ago

We don't need to print panics inside actors, because they are handled by the supervisor. Or we need to print them using the logger.