-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
36 lines (30 loc) · 1.69 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
* Author: Alejandro M. Ramallo
* Copyright (c) Alejandro M. Ramallo. All rights reserved.
*
* The use and distribution terms for this software are covered by the
* Eclipse Public License 1.0 <http://opensource.org/licenses/eclipse-1.0.php>
* which can be found in the file epl-v10.html at the root of this distribution.
* By using this software in any fashion, you are agreeing to be bound by
* the terms of this license.
* You must not remove this notice, or any other, from this software.
*
* The work contained herein is derived from and in many places is a direct translation
* of Clojure distribution <http://clojure.org/>. That work contains the following notice:
*
* -----------------------------------------------------------------------------
* Clojure
* Copyright (c) Rich Hickey. All rights reserved.
* The use and distribution terms for this software are covered by the
* Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
* which can be found in the file epl-v10.html at the root of this distribution.
* By using this software in any fashion, you are agreeing to be bound by
* the terms of this license.
* You must not remove this notice, or any other, from this software.
* -----------------------------------------------------------------------------
*/
Blog: http://comingthoughts.com
Documentation: Look at http://wiki.github.com/aramallo/CTKConcurrency/
CTKConcurrency is an library to provide Software Transactional Memory capabilities as found in Clojure, to the Objective-C/Cocoa platform.
It only works with Intel 64-bit macs of far.
The project contains an executable with a basic test using GCD so you will need Snow Leopard.