edwardwongtl
11/02/2018, 9:39 AMcoroutineContext
in the first example can be lazily created until it is called. In the second example, it will be created at the same time as the object init. There is no practical difference (or a very very minor one you won’t be able to notice).