Sergey Mashkov
Sergey Mashkov
At the moment, `Deferred.getCompleted()` and `Deferred.getCompletionExceptionOrNull()` are experimental and marked with `@ExperimentalCoroutinesApi`. The functions above are useful for polling and accessing the deferred result from a non-suspend context where it's...
We have continue support in netty however it shouldn't be done like that: we have to respond continue (to allow client sending request body) only when handler tries to access...
It should be a way to make ktor application start immediately at deploy (load-on-startup=1) without web.xml configuration
```kotlin class Example { private val a = atomic(null) private val something: Any? = "here it is" fun f() { a.compareAndSet(something!!, null) } ``` ``` Example::f: Unsupported branching/control within atomic...
Adding common dependency to a native module causes Gradle plugin to complain about it for **every** module. In ktor, it generates a huge number of warnings so one wouldn't be...
It looks like you don't use IDEA's proxy settings so it doesn't work. Also the whole IDE hags in this case because it couldn't connect.
For libraries one would need to generate `package.json` but don't need to install modules (discussed in issue #8)
We need kdoc for DSL functions. Most likely we can extract it from somewhere