Zach Klippenstein (he/him) [MOD]
03/20/2020, 6:14 PMCall<T>.await()
and Call<T?>.await()
for converted responses, but for Response
there’s only Call<T>.awaitResponse()
? I don’t see any reason it couldn’t be implemented, was it just left out unintentionally? Or for that matter, does T
even need to have a non-nullable upper bound for awaitResponse
?Zach Klippenstein (he/him) [MOD]
03/20/2020, 6:33 PMjw
03/20/2020, 6:34 PM