Function
await-request
Waits until the next request is available, and then returns the resulting request and body.
await-request: func(pending: pending-request) -> result<option<request-with-body>, error>;Waits until the next request is available, and then returns the resulting request and body.
await-request: func(pending: pending-request) -> result<option<request-with-body>, error>;