Adding async to the Swift type system

Add async to the type system. async can be written as part of a
function type or function declaration, following the parameter list, e.g.,
func doSomeWork() async { … }
async functions are distin… Read more

Similar

Google Engineer Tailors Swift for Windows

The vision for Swift to become a cross-platform programming language has moved one step further with the introduction of a Swift toolchain for Windows 10. Early adopters can now use Swift to create Windows 10 programs that interoperate through the C ABI w... (more…)

Read more »