Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Jun 25, 2024
1 parent 531a8bb commit 1e83571
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/darkleaf/di/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,12 @@
original (p/build factory deps)
obj (apply f key (p/unwrap original) args)]
(reify p/Stoppable
;; ???
;; (unwrap [_]
;; (p/unwrap obj))
;; (stop [_]
;; (p/stop original)
;; (p/stop obj))
(unwrap [_]
obj)
(stop [_]
Expand Down

0 comments on commit 1e83571

Please sign in to comment.