Replies: 1 comment 6 replies
-
Sorry it doesn't quite answer your question, but why do you want to re-implement |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's actually two questions in one, because I feel like this should orient the design of libraries so that they are more "friendly" to 3rd-party effect systems.
There is this library and its main data structure (that I wish to have as part of my static effect) doesn't have its constructor exposed:
Question n°1: Should I ask for the library to open an Internal module and let me access its constructor so that I may re-implement
enqueue
?Question n°2: Are there guidelines for library authors we can publish, an architectural style that they could follow so that the libraries are good clients for third-party effect systems?
Beta Was this translation helpful? Give feedback.
All reactions