mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
refactor: mv common worker/frontend ns to frontend/common
Move common core.async, date and search utils to frontend/common. Part of LOG-3171
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
(:require [clojure.core.async :as async]
|
||||
[clojure.core.async.interop :refer [p->c]]
|
||||
[promesa.core :as p]
|
||||
[frontend.worker.async-util :include-macros true :refer [<?]]))
|
||||
[frontend.common.async-util :include-macros true :refer [<?]]))
|
||||
|
||||
(defonce *request-id (atom 0))
|
||||
(defonce requests (async/chan 1000))
|
||||
|
||||
Reference in New Issue
Block a user