Swift does not provide first-class language support for atomic properties. Let's fill in this gap by designing an atomic Swift property wrapper based on the use of serial dispatch queue. (more…)
Read more »
The other day I came across a bug in my RethinkDB driver for Swift. The function that runs the query defines a generic parameter T, which is used to cast the result of the query to a specific… (more…)
Read more »
Swift coroutines for iOS, macOS and Linux. Contribute to belozierov/SwiftCoroutine development by creating an account on GitHub. (more…)
Read more »
Following Google’s announcement at Google I/O 2017 that Kotlin would be getting first class support on Android, Wesley Reisz spoke to Andrey Breslav, the lead language designer of Kotlin at JetBrains. (more…)
Read more »