20 Jul 25
28 Apr 25
13 Apr 25
07 May 24
30 Apr 24
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md
28 Jan 24
Last year was an important year for Async Rust, culminating in the release of async fn in traits, one of Rust’s most long-awaited language features. I’m really proud of the work and expertise the Async Working Group has put in to this effort, and for the community feedback that helped shape the release.We still have important work to do in the coming year, and setting priorities is one of the top things on my mind right now.
22 Dec 23
12 Feb 23
Trio – a friendly Python library for async concurrency and I/O - python-trio/trio: Trio – a friendly Python library for async concurrency and I/O
17 May 22
19 Sep 20
26 Sep 17
06 Aug 12
11 Feb 11
12 Mar 09
Emacs lisp is not multi-threaded. This library explores possibilities to work around this. It allows forms to be evaluated in a different Emacs process. This means that the executed code cannot access the current environment, and the code’s side effects cannot be used directly. There is a small overhead from starting a new process.
01 Mar 09
ActorKit provides an Objective-C implementation of asynchronous inter-thread message passing.
15 Sep 08
lightweight queue service using memcached protocol