Programmer based in Munich, Germany, interested in Rust, programming, science, etc. He/him
GitHub: https://github.com/Aloso – Mastodon: https://hachyderm.io/@aloso
I can’t find it on LemmyRS, is it possible that LemmyRS is not federating with kbin.social?
There are executors for more specific use cases.
bastion
is a “Highly-available Distributed Fault-tolerant Runtime”, inspired by Erlang, and including an async executor.embassy
includes an async executor specifically for embedded systems.fuchsia-async
is an executor for use in the Fuchsia OS.wasm-bindgen-futures
converts Rust Future
s to JavaScript Promise
s and schedules them to run to completion. It could also be seen as a (very basic) executor.
You need to tell the user that this is an error, otherwise they don’t know if it succeeded or not.
The last line is incomprehensible, just use a full sentence.