GeistHaus
log in · sign up

Async/await - Wikipedia

en.wikipedia.org
17 pages link to this URL
Cancellable

Recently I’m investing a lot of time into developing a game server in Rust. I started with implementing network layer based on WebSockets. It’s far from being ready, but I developed a helper crate for creating detached, cancellable services.

0 inbound links article en projects RustCratesOpen Source
How async should have been

In the last few years async keyword and semantics made its way into many popular programming languages: JavaScript, Rust, C#, and many others languages that ...

1 inbound link en CC BY-NC 4.0