I don't think this addresses the issue.
I'll try to state the problem more simply:
Write a function that does not return until some channel event occurs.
(The difficulty being that go, put! and take! all return immediately)
I would argue the ability to do so is:
- fundamentally important for interfacing with JS libraries
- not possible with the existing core.async API
- not difficult to implement, but needs to coordinate with the scheduler
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are subscribed to the Google Groups
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/clojurescript.