Skip to content

Commit 1626d4a

Browse files
committed
add async release
1 parent 21cd16e commit 1626d4a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
= Introducing core.async.flow
2+
Alex Miller
3+
2025-04-28
4+
:jbake-type: post
5+
6+
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
7+
8+
https://github.com/clojure/core.async[core.async] 1.9.808-alpha1 is now available, featuring the first release of **core.async.flow**. You can read more about core.async.flow in https://clojure.github.io/core.async/flow.html[the rationale] and https://clojure.github.io/core.async/clojure.core.async.flow.html[the docs].
9+
10+
core.async.flow is in alpha state - all APIs are still subject to change but we welcome your feedback as we move towards a non-alpha release.
11+
12+
This release also adds datafy support for channels and buffers.
13+
14+
== core.async.flow-monitor
15+
16+
In addition, we are today releasing https://github.com/clojure/core.async.flow-monitor/[core.async.flow-monitor] v0.1.0, which is a tool for visualizing a flow's processes as SVG (viewable inline in Calva or Cursive!), and dynamically monitoring and interacting with flows as they are running.
17+
18+

0 commit comments

Comments
 (0)