Skip to content

Instantly share code, notes, and snippets.

View jkeuhlen's full-sized avatar

Jake Keuhlen jkeuhlen

View GitHub Profile
@jkeuhlen
jkeuhlen / STMExample.hs
Created October 20, 2022 17:29
Example STM code for blog post
module STMExample where
import Prelude
import Control.Monad.STM
import Control.Concurrent
import Control.Concurrent.STM.TMVar
import Control.Concurrent.STM.TQueue
import Control.Monad
import System.Random