Skip to content

Commit

Permalink
Add actor top-level API for inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby committed Feb 23, 2021
1 parent 56fa635 commit 656ffa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/converge/api.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
[o]
(satisfies? ref/IConvergent o))

(defn actor
[cr]
(ref/-actor cr))

(defn set-actor!
[cr actor]
(ref/-set-actor! cr actor)
Expand Down

0 comments on commit 656ffa0

Please sign in to comment.