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:
Gabriel Horner
2024-08-09 11:18:32 -04:00
parent dff466801d
commit 20eac03cea
18 changed files with 138 additions and 140 deletions

View File

@@ -15,6 +15,7 @@
[clojure.set :as set]
[clojure.string :as string]
[electron.ipc :as ipc]
[frontend.common.async-util :as async-util]
[frontend.config :as config]
[frontend.context.i18n :refer [t]]
[frontend.db :as db]
@@ -2680,7 +2681,7 @@
(<ratelimit [this from-chan]
(let [<fast-filter-e-fn (.filter-file-change-events-fn this)]
(util/<ratelimit
(async-util/<ratelimit
from-chan rate
:filter-fn
(fn [e]