Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Make logging the resources deterministic
The termination of promises is non deterministic, in particular it means we can't rely on std.log for resource1 to be called before std.log for resource2. Instead, let's wait for all promises to be resolved and than cycle though their values to log them to stdout.
- Loading branch information