Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in concurrency

Java: how to deal with "almost" immutable data structures?

ConcurrentLinkedQueue with wait() and notify()

java concurrency: multi-producer one-consumer

Java Concurrency: How can I tell which Future belongs to which Callable during processing?

How to wait for all callables to finish executing before proceeding?

Interrupts, shutdown method and ExecutorService

java concurrency executor

Purpose/advantages of volatile

Reentrant lock - Java concurrency in practice

Perl6 Making an observable timer

What does "late-bound access to the destination object" mean?

Simultaneous launch of Multiple Kernels using CUDA for a GPU

concurrency cuda launch

Erlang course concurrency exercise: Can my answer be improved?

concurrency erlang

How to get the reference of TPL task's thread in C#?

c++ - vector of atomics fully thread safe?

c++ vector concurrency atomic

Functional languages with concurrent garbage collectors?

Java parallel work iterator?

how do you "ignore" java.util.concurrent.Future objects?

concurrent access to static methods in java, is synchronization needed?

How to give with-statement-like functionality to class?

Dynamically removing component from JPanel