Plugin Operators and static typing #7298
Unanswered
DriesSchaumont
asked this question in
Q&A
Replies: 0 comments
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.
-
I wanted to experiment with the new static typing and making some plugin operators compatible with it. The current plugin system documentation recommends using
DataflowWriteChannelandDataflowReadChannelas the types for the operator return values and parameters. However, as far as I understand, enabling static typing requires the use of other classes (e.g.ChannelImpl,ValueImpl, ...). What is the recommended way to write operators that are compatible with the static typing system?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions