Results 148 issues of Thomas de Zeeuw

Orleans, an Actor network for .NET, has the concept of "Virtual Actors". A virtual actor handles only a single message and doesn't have any internal state (beyond what is required...

enhancement
priority:low
idea

Goals: * Minimal number of wakeups of the caller (ideally only 1 when all calls have return or errored). * Minimal amount of allocations. API idea ```rust /// Run multple...

enhancement
priority:low
idea
performance

It might be possible now.

priority:low

Currently these types are needed for the heph-rt crate.

Use `ActorFuture` in `rt::process`, possibly removing `rt::process` completely.

At least the following situations don't prevent the panic info from making its way to the supervisor: * Runtime implementation, maybe we should move the catch to `ActorFuture`. * When...

Using the "new" [`new`](https://docs.rs/heph-inbox/0.2.2/heph_inbox/fn.new.html) function.

Disabled in https://github.com/Thomasdezeeuw/heph/pull/531: * test_6_process_signals * test_7_restart_supervisor * functional::runtime::running_actors * functional::pipe::vectored_io

bug