Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
as the executor is not multithreaded, using a sync condvar would just block the whole executor. in lieu of a hook/channel/flag to determine the state of a given request/response, we are using the fact that storage credentials are erased as the flag that the request was processed correctly. the await-loop gives more opportunities for the server and fake_server to make progress
- Loading branch information