File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,20 @@ Latest release: 0.1.262.0-151b23-alpha
22
22
<dependency >
23
23
<groupId >org.clojure</groupId >
24
24
<artifactId >core.async</artifactId >
25
- <version >0.1.242 .0-44b1e3 -alpha</version >
25
+ <version >0.1.262 .0-151b23 -alpha</version >
26
26
</dependency >
27
27
```
28
28
29
+ ## Documentation
30
+
31
+ * [ Rationale] ( http://clojure.com/blog/2013/06/28/clojure-core-async-channels.html )
32
+ * [ API docs] ( http://clojure.github.io/core.async/ )
33
+ * [ Code walkthrough] ( https://github.com/clojure/core.async/blob/master/examples/walkthrough.clj )
34
+
35
+ ## Presentations
36
+
37
+ * [ Rich Hickey on core.async] ( http://www.infoq.com/presentations/clojure-core-async )
38
+ * Tim Baldridge on go macro internals - [ part 1] ( https://www.youtube.com/watch?v=R3PZMIwXN_g ) [ part 2] ( https://www.youtube.com/watch?v=SI7qtuuahhU )
29
39
30
40
## License
31
41
You can’t perform that action at this time.
0 commit comments