adambl4
03/06/2017, 12:00 PMsuspend fun Completable.await()
since rx.Completable has a member function with the same name?elizarov
03/06/2017, 12:05 PMCompletable.await
from Rx 1.x module. It is not a problem with Rx 2.x. It does not have this name conflict (there is no Completable.await
there)bamdmux
03/06/2017, 12:19 PMelizarov
03/06/2017, 12:22 PMawait
seems to be a more natural name and you already get a visual cue in IDE that this is a suspending invocation going on.bamdmux
03/06/2017, 12:33 PMelizarov
03/06/2017, 12:45 PMdevelop
branch, though, — there is a bug in master version of Rx2 Completable.await)