And is it possible to define processor order? In t...
# ksp
p
And is it possible to define processor order? In the aforementioned task I like to generate code based on another processors code
j
there is no order guarantee in terms of processor execution, however if you have a processor that depend on another processor, you can just rely on the [multiple round behavior](https://github.com/google/ksp/blob/main/docs/multi-round.md) of KSP