mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Adds support to rx streams on workers framework
This commit is contained in:
parent
b648fb7446
commit
1a70071405
4 changed files with 76 additions and 51 deletions
|
@ -26,3 +26,7 @@
|
|||
(defn ask-buffered!
|
||||
[message]
|
||||
(uw/ask-buffered! instance message))
|
||||
|
||||
(defn ask-many!
|
||||
[message]
|
||||
(uw/ask-many! instance message))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue