From ffb5d509542218bb5361b178fce9fc243afae436 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 8 Jun 2025 09:02:48 -0700 Subject: [PATCH] feat: Add core.async dependency and use chan/go-loop in send! function --- src/milquetoast/api.clj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/milquetoast/api.clj b/src/milquetoast/api.clj index 17ed3dd..deeae61 100644 --- a/src/milquetoast/api.clj +++ b/src/milquetoast/api.clj @@ -1,6 +1,7 @@ -(ns milquetoast.api) (ns milquetoast.api - (:require [milquetoast.core :as core] + (:require [clojure.core.async :refer [chan