You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Everything defined in this namespace is experimental, and subject
15
+
to change or deletion without warning.
16
+
17
+
2. Many features provided by this namespace are highly coupled to
18
+
implementation details of core.async. Potential features which
19
+
operate at higher levels of abstraction are suitable for inclusion
20
+
in the examples.
21
+
22
+
3. Features provided by this namespace MAY be promoted to
23
+
clojure.core.async at a later point in time, but there is no
24
+
guarantee any of them will."
25
+
(:require [clojure.core.async :as async]
26
+
[clojure.core.async.impl.protocols :as impl]
27
+
[clojure.core.async.impl.mutex :as mutex]
28
+
[clojure.core.async.impl.dispatch :as dispatch]
29
+
[clojure.core.async.impl.channels :as channels])
30
+
(:import [System.Collections.Generic |HashSet`1[System.Object]| |ISet`1[System.Object]| ] ;;; [java.util HashSet Set Collection] -- I don't even know why this works. You can use |HashSet`1| below.
0 commit comments