Search code examples
Getting "stuck" using STM...


haskellstm

Read More
Does the Zookeeper Watches system have a bug, or is this a limitation of the CAP theorem?...


clojureapache-zookeeperwatchstmcap-theorem

Read More
Haskell Gloss and STM concurrency integration...


haskellstmgloss

Read More
When/why use an MVar over a TVar...


haskellshared-memorystm

Read More
Why is an atomic block in Scala run twice when exception gets thrown?...


scalaexceptionatomicstm

Read More
Clojure: Refs example for bank transaction...


concurrencyclojurestmrefs

Read More
Clojure STM ( dosync ) x Java synchronize block...


javaconcurrencysynchronizationclojurestm

Read More
Convert a 'ref dataType' argument to a 'ptr(dataType)' in Chapel...


stmchapeltransactional-memory

Read More
Can't pass data via stdin to process spawned with conduit-extra...


haskellhaskell-stackstmconduit

Read More
Creating a unique time based ID generator with TMVar...


haskellstm

Read More
Clojure dosync inside future vs future inside dosync...


clojurestm

Read More
Strange behavior of clojure ref...


concurrencyclojurerefstm

Read More
Unmask async exceptions in STM transaction...


haskellstm

Read More
How to wait until forM_ finishes, when using TVar?...


multithreadinghaskellconcurrencystmtvar

Read More
clojure sendoff println function...


clojurestm

Read More
Memory leak when using Control.Concurrent.STM.TBQueue...


haskellstm

Read More
Using the Par monad with STM and Deterministic IO...


haskellconcurrencymonadsparallel-processingstm

Read More
What is the precise reason I got blocked on STM?...


multithreadinghaskellconcurrencystm

Read More
STM and outgoing IO...


haskelleventsconcurrencystm

Read More
How to discover if a transaction is frequently aborting?...


haskellghcstm

Read More
Haskell STM and retry...


multithreadinghaskellstm

Read More
Can we consider Clojure's STM 'functional'?...


clojurefunctional-programmingstmpurely-functionalreferential-transparency

Read More
Scala Software Transactional Memory and Akka Actors/Agents...


scalaakkaactorstm

Read More
Haskell code littered with TVar operations and functions taking many arguments: code smell?...


haskellstmtvar

Read More
Safe to use unsafeIOToSTM to read from database?...


haskellstmunsafe-perform-io

Read More
What category of Transactional Model does the Clojure STM fall into?...


clojuretransactionsstm

Read More
STM with fclabels...


haskellconcurrencymonadsstm

Read More
How should I make a clojure STM program persistent?...


clojurestm

Read More
Pipeline-like operation using TChan...


multithreadinghaskellstm

Read More
Is it safe to use trace inside a STM stransaction?...


haskellstm

Read More
BackNext