Replies: 1 comment
-
Instead of passing around different stages of If not, can you provide us with some code snippets so that we can better understand your use-case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All current examples have a simple code defined in one function. Let's imagine I would like to make a function decomposition with the signature
fn someLogic(builder: SwarmBuilder<_, _>): SwarmBuilder<_, _>
, but it is not possible to return and pass it if the provider or phase is public only for internal modules.Beta Was this translation helpful? Give feedback.
All reactions