You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #3716 we forked the bookstore broker (fork) to support async operations. We believe that such a change might be benefitial to the community as well, so let's PR it
The initial async implementation is quite dumb and naive, before PR-ing it, lets use a thread pool to submit tasks to perform the business logic instead of using a map to keep track of operations.
The text was updated successfully, but these errors were encountered:
As part of #3716 we forked the bookstore broker (fork) to support async operations. We believe that such a change might be benefitial to the community as well, so let's PR it
The initial async implementation is quite dumb and naive, before PR-ing it, lets use a thread pool to submit tasks to perform the business logic instead of using a map to keep track of operations.
The text was updated successfully, but these errors were encountered: