Function MPI_Waitany

extern(C) int MPI_Waitany (
  int count,
  void** array_of_requests,
  int* index,
  MPI_Status* status
);