Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages