dekans
12/12/2019, 8:14 AMFlow
?
(like Async suffix for the ones returning a Deferred
)octylFractal
12/12/2019, 8:16 AMlistItems()
elizarov
12/12/2019, 8:21 AMDeferred
is error-prone (it’s hot and you must not forget to await!) hence the naming convention to warn the user. There are no such problems with flow, hence no need for a special naming.dekans
12/12/2019, 8:31 AMRuckus
12/12/2019, 2:36 PMyou must not forget to await!@elizarov Will you have issues if you don't await, or will you just not get the value?
elizarov
12/12/2019, 2:37 PMRuckus
12/12/2019, 2:38 PMlouiscad
12/12/2019, 9:41 PMFlow
, like locationUpdatesFlow
.dekans
12/12/2019, 10:24 PMRuckus
12/12/2019, 10:59 PMAF
for, uh, as flow... :troll:dekans
12/13/2019, 1:28 AM