Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in stm

Can one monitor STM's contention level?

clojure stm

Haskell: TVar: Preventing starvation

haskell concurrency ghc stm tvar

Strange behavior of clojure ref

concurrency clojure ref stm

Can Clojure's STM's history of values be accessed?

clojure history stm

Experiences with Clojure STM for large datasets?

clojure stm

Is it safe to use trace inside a STM stransaction?

haskell stm

Are TChan writes integrated into Haskell STM?

haskell stm

Use of agents to complete side-effects in STM transactions

Haskell STM check function returning undefined

haskell ghc stm

deref inside a transaction may trigger a retry - what is the role of ref state history?

clojure stm

Why is the commute function called twice when changing a ref in Clojure?

clojure stm

Stop threads from interleaving output

Why does Scala fail to instantiate a Companion Object?

scala akka stm

Are there Clojure-like STM libraries for C

c clojure stm

Haskell: thread blocked indefinitely in an STM transaction

multithreading haskell stm

Software transactional memory with a big, shared piece of data

haskell stm

Can this be done with STM?

haskell stm

Using TChan with Timeout

multithreading haskell stm

Haskell STM alwaysSucceeds

haskell ghc stm

How safe is `unsafePerformIO (newTVarIO 0)`?

haskell stm