As apps become more and more asynchronous, wait_for is needed more and more. Waiting is not really a special behaviour anymore, it is normal.
As such, easy things should be made easy, and the "no wait" behaviour should become the default, and an API for "no wait" should be added if users want things to move along a bit faster.
As apps become more and more asynchronous,
wait_foris needed more and more. Waiting is not really a special behaviour anymore, it is normal.As such, easy things should be made easy, and the "no wait" behaviour should become the default, and an API for "no wait" should be added if users want things to move along a bit faster.