Explore >> Select a destination


You are here

compositecode.blog
| | www.uraimo.com
25.2 parsecs away

Travel
| | Discussions on how concurrency should be handled natively in Swift will soon start, new paradigms will be introduced and a swifty approach to concurrency will be defined. This article is an introduction to these topics, it could be useful if you plan to contribute to swift-evolution or even if you just want to experiment with something new using the recommended opensource libraries.
| | matttproud.com
22.0 parsecs away

Travel
| | Pop quiz, hot shot: what is the behavior of func f (as defined below) when it is called from a bare gRPC method or HTTP handler as go f(ctx) using the context.Context provided to the handler?1 1 2 3 4 5 6 7 8 9 10 11 func f(ctx context.Context) { // Flimsily make it improbable for this function to continue while the // handler is serving. time.Sleep(time.Second) select { case <-time.
| | www.integralist.co.uk
19.5 parsecs away

Travel
| | Introduction Shared Memory Message Passing Various options Mutexes/Semaphores Mutex vs Semaphore Atomic operations STM Clojure example Quick Clojure Concurrency Detour JRuby example Actors Transactions and Actors? Actors in Clojure Differences between Agents and Erlang Actors Limitations CSP Threads What is CPU bound vs I/O bound? Calculating the number of Threads Even workload distribution Conclusion 2020.02.25 UPDATE: this post was written a long time ago and I realize now (upon reflection) that it dip...
| | degoes.net
103.6 parsecs away

Travel
| Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts