Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in concurrency

Fork-Join related: join() vs get() vs invoke()

Futures / Success race

scala concurrency future

An attempt to create atomic reference counting is failing with deadlock. Is this the right approach?

Single producer and multiple single-threaded consumers

c++ concurrency

use FutureTask for concurrency

Reading shared variable from another thread (Effective Java #66)

java concurrency

In java, how do I process CompletableFutures and get the first desireable result that completes?

Java8 CompletableFuture conditional chaining

Most efficient way to stream on list of Futures

How exactly does Scala leverage more cores as opposed to Java or other non-functional languages?

Resources on the upcoming fork-join framework

java concurrency fork-join

Multi-threaded application interaction with logger thread

High-level multithreading/concurrency abstractions for .NET

Concurrency, object visibility

Recursively adding threads to a Java thread pool

ConcurrentHashMap: what's the point in locking updates only?

Java - Problem with multiple, concurrent runtime.exec() InputStreams

How thread safe are immutable objects?

SQL Server 2008: Getting deadlocks... without any locks

Haskell: TVar: Preventing starvation

haskell concurrency ghc stm tvar