Explore >> Select a destination


You are here

gist.github.com
| | sookocheff.com
3.1 parsecs away

Travel
| | Writing correct programs is hard; writing correct concurrent programs is harder. Java Concurrency in Practice. So, why bother with concurrency? A number of reasons: Concurrency provides a natural method for composing asynchronous code. Concurrency allows your program to avoid blocking user operations. Concurrency provides one of the easiest ways take advantage of multi core systems. As processor counts increase, exploiting concurrency will be an even more important facet of high performance systems.
| | joeduffyblog.com
3.2 parsecs away

Travel
| | Joe Duffy's Blog | Adventures in the high-tech underbelly
| | os.phil-opp.com
3.0 parsecs away

Travel
| | In this post, we explore cooperative multitasking and the async/await feature of Rust. We take a detailed look at how async/await works in Rust, inclu
| | gist.github.com
15.2 parsecs away

Travel
| Generic `printf` implementation in Idris2. GitHub Gist: instantly share code, notes, and snippets.