Skip to content

bigs/clojure-stm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# tlq

quick demonstration of references and STM in clojure.  creates
a ref to a vector and then spawns n threads to fill it with n
items, showing that no data is lost in the threaded environment.

## Usage

lein run <n>
where n is the number of items/threads

## License

Copyright (C) 2012 cole brown

Distributed under the Eclipse Public License, the same as Clojure.

About

a simple project to demonstrate the use of references and the built-in STM in clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published