♻️ Refactor dispatcher implementation.

Simplify code and probabluy improve performance.
This commit is contained in:
Andrey Antukh 2020-02-05 23:49:26 +01:00
parent cd8a907a86
commit 1ac6e466ce
9 changed files with 82 additions and 76 deletions

View file

@ -12,7 +12,7 @@
[uxbox.tests.helpers :as th]
[uxbox.util.storage :as ust]
[uxbox.util.uuid :as uuid]
[vertx.core :as vc]))
[vertx.util :as vu]))
(t/use-fixtures :once th/state-init)
(t/use-fixtures :each th/database-reset)