/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

justinpombrio.net
| | rugu.dev
2.1 parsecs away

Travel
| |
| | coredumped.dev
2.2 parsecs away

Travel
| | The Threading library Starting in Emacs 26 some very ambitious changes were added. Basic thread support was enabled, laying the groundwork for a future concurrent emacs. The docs layout this possibility: Emacs Lisp provides a limited form of concurrency, called threads. All the threads in a given instance of Emacs share the same memory. Concurrency in Emacs Lisp is "mostly cooperative", meaning that Emacs will only switch execution between threads at well-defined times.
| | www.codeotaku.com
2.3 parsecs away

Travel
| | [AI summary] The post presents a final report on implementing a lightweight per-thread fiber scheduler in Ruby to improve concurrency and parallelism while minimizing changes to existing code.
| | blog.yoshuawuyts.com
18.1 parsecs away

Travel
| [AI summary] A deep dive into async Rust's cancellation mechanics, covering futures, tasks, propagation issues, structured concurrency, and future language directions.