EclypseRequest.responses#
- property EclypseRequest.responses: list[Any | None]
Wait for the responses to the MPI request.
This method can be called explicitly to wait for the responses to the EclypseRequest. Otherwise, it is called implicitly when the EclypseRequest object is awaited to process the request.