Open ktoso opened 3 years ago
For now let's keep all the APIs but allow them to async/await rather than block the current thread.
E.g. it should be possible to:
let probe = testKit.spawnTestProbe(...) try await probe.expectMessage()
rather than the blocking version of this call
rdar://84492745
For now let's keep all the APIs but allow them to async/await rather than block the current thread.
E.g. it should be possible to:
rather than the blocking version of this call