Swift Concurrency Manifesto

Swift Concurrency Manifesto. GitHub Gist: instantly share code, notes, and snippets. Read more

Similar

Debugging with Swift Combine Framework

Learn different ways of debugging functional reactive code written with the Swift Combine framework: read the console with the print() and handleEvents() operators; generate Xcode breakpoints with breakpointOnError() and breakpoint(); draw marble diagrams... (more…)

Read more »

Calling Super at Runtime in Swift

While working on InterposeKit, I had a rather specific need: Create an implementation that simply calls super, but at runtime instead of at compile time. Doesn’t sound so hard, does it? Well, here we go again. (more…)

Read more »

Swift Playgrounds 4.1

‎Swift Playgrounds makes it fun to learn to code and build real apps. You solve interactive puzzles in the guided “Get Started with Code” and learn the basics of building apps in “Get Started with Apps.” You experiment with a wide range of challenges and ... (more…)

Read more »