-
I intend on using the
Are these two callback functions guaranteed to execute in the order they are specified, or will they execute in some nonspecified order? |
Beta Was this translation helpful? Give feedback.
Answered by
jackc
May 16, 2025
Replies: 1 comment
-
They will execute in the order the queries are queued. i.e. they will execute in the order you expect. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kjplatz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They will execute in the order the queries are queued. i.e. they will execute in the order you expect.