Dalinar
01/02/2019, 5:49 PMfuture { }
does since instead it comes up with a ton of articles telling me that Kotlin is the future of android programming.. is this just a wrapper as a CompletableFuture
? anyone know any link to any documentation or articles describing the use for it?araqnid
01/02/2019, 5:54 PMfuture { }
launches a coroutine (the body is a suspend function) and the result of the expression is a CompletableFuture that represents the final result/exception of the code in the bodyaraqnid
01/02/2019, 5:55 PMasync { }
(which returns a Deferred) or launch { }
(which returns only a Job)araqnid
01/02/2019, 5:56 PMDalinar
01/02/2019, 6:17 PMSourabh Rawat
06/19/2021, 10:27 AMuser
06/19/2021, 3:00 PMuser
06/20/2021, 12:30 PMuser
06/21/2021, 10:28 AMuser
06/21/2021, 1:53 PMhttps://pbs.twimg.com/media/E4aS4f2X0Ak6-UW.jpg▾
user
06/22/2021, 9:38 AMuser
06/22/2021, 1:54 PMuser
06/23/2021, 1:03 PMuser
06/23/2021, 1:52 PMuser
06/23/2021, 4:02 PMuser
06/24/2021, 3:43 PMuser
06/24/2021, 3:45 PMuser
06/25/2021, 10:32 AMSiddharth Venu
06/25/2021, 4:45 PMuser
06/27/2021, 12:50 PMuser
06/28/2021, 2:10 PMPratik Tandel
06/28/2021, 4:57 PMuser
06/28/2021, 6:00 PMuser
06/29/2021, 9:39 AMuser
06/29/2021, 2:59 PMuser
06/29/2021, 4:31 PMuser
06/29/2021, 5:13 PMuser
06/29/2021, 8:55 PM