Back

ManyToManyChannel (clj)

(source)

type

Examples

hiram-madelaine/om-inputs
(ns ^:figwheel-always om-inputs.schemas
  (:require [schema.core :as s :include-macros true]
            [cljs.core.async.impl.channels :refer [ManyToManyChannel]]))

(def sch-chan {:chan ManyToManyChannel})