/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

clojure-doc.org
| | sookocheff.com
2.6 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.
| | aphyr.com
2.6 parsecs away

Travel
| |
| | nikgrozev.com
3.5 parsecs away

Travel
| | Most software engineers know about operating system (OS) level processes and threads. They are taught in all university OS courses. However, newer concepts p...
| | tokio.rs
20.9 parsecs away

Travel
| Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.