Replies: 3 comments 7 replies
-
My current opinion: I think the economy provider should be able to choose which thread they would like to use. Ideally not the main thread, but I don't mind if they choose it. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thats an easy one, add the async parameter into the constructors. An economy provider may choose to call them sync. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now the events don't specify if they are sync or async but the economy response is defined to be async.
When a consumer triggers an operation that may trigger an event, does the event run sync or async? Should we consider this?
Beta Was this translation helpful? Give feedback.
All reactions