diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2014-05-25 21:54:58 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2014-05-25 21:54:58 +0000 |
commit | db3a4384feb90b5a85a06ebf712fae34fca833c0 (patch) | |
tree | 3155ef4887b6ef25f8fc3af63b808745fbd44c08 /devel/hs-stm/DESCR | |
parent | ceaf139ba35cc265237a73bc08fda836ec322ed2 (diff) | |
download | pkgsrc-db3a4384feb90b5a85a06ebf712fae34fca833c0.tar.gz |
Import stm-2.4.3 as devel/hs-stm,
packaged for wip by pho.
Software Transactional Memory: a modular composable concurrency
abstraction. See
* Composable memory transactions, by Tim Harris, Simon Marlow,
Simon Peyton Jones, and Maurice Herlihy, in /ACM Conference on
Principles and Practice of Parallel Programming/
2005. http://research.microsoft.com/Users/simonpj/papers/stm/index.htm
Diffstat (limited to 'devel/hs-stm/DESCR')
-rw-r--r-- | devel/hs-stm/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/hs-stm/DESCR b/devel/hs-stm/DESCR new file mode 100644 index 00000000000..cd4ea167270 --- /dev/null +++ b/devel/hs-stm/DESCR @@ -0,0 +1,7 @@ +Software Transactional Memory: a modular composable concurrency +abstraction. See + + * Composable memory transactions, by Tim Harris, Simon Marlow, + Simon Peyton Jones, and Maurice Herlihy, in /ACM Conference on + Principles and Practice of Parallel Programming/ + 2005. http://research.microsoft.com/Users/simonpj/papers/stm/index.htm |