Ivan Bartsov
Results
2
issues of
Ivan Bartsov
Whenever I swtich from 'normal' to Goyo and attempt to use `g;` to jump to previous change location, I get the `E662: At start of changelist` message. Leaving Goyo and...
`coroutines-guide-ui.md` uses GlobalScope for scope in it's examples, e.g. in section [At most one current job](https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/coroutines-guide-ui.md#at-most-one-concurrent-job): ``` fun View.onClick(action: suspend (View) -> Unit) { // launch one actor val eventActor...
guide