kenkyee
04/13/2017, 10:20 AMsss
04/13/2017, 11:04 AMemmanuelvinas
04/17/2017, 4:52 PMPasted image at 2017-04-17, 6:51 PM▾
user
04/18/2017, 1:46 PMhttps://kotlinlang.slack.com/files/U3M8AH6SY/F505W100L/pasted_image_at_2017_04_17_06_51_pm.png▾
sdeleuze
04/18/2017, 1:49 PMsdeleuze
04/18/2017, 1:50 PM.gradle
sdeleuze
04/18/2017, 1:50 PM.gradle/cache
in your home directorysdeleuze
04/18/2017, 1:50 PMkirillrakhman
04/25/2017, 8:59 PM@RequestMapping("/foo/bar")
fun index(): CompletableFuture<Menu> = future {
baz.doSuspendingThings()
}
kirillrakhman
04/25/2017, 8:59 PMsuspend
so that I can omit the future
part?orangy
kirillrakhman
04/25/2017, 9:15 PMasync
over there. If it makes sense in C#, why shouldn't it in Kotlin?kenkyee
04/26/2017, 12:11 AMdouglarek
04/26/2017, 5:17 AMlex
04/26/2017, 5:35 AMdouglarek
04/26/2017, 5:38 AMdouglarek
04/26/2017, 5:38 AMlex
04/26/2017, 5:39 AMdouglarek
04/26/2017, 5:39 AMvar
field in data class workslex
04/26/2017, 5:40 AMlex
04/26/2017, 5:41 AMdouglarek
04/26/2017, 5:41 AMsdeleuze
04/26/2017, 8:08 AMsdeleuze
04/26/2017, 8:23 AMsdeleuze
04/26/2017, 8:23 AMbjartek
04/26/2017, 8:44 AMbjartek
04/26/2017, 8:44 AMsdeleuze
04/26/2017, 8:44 AM