Skip to content

Instantly share code, notes, and snippets.

View malcolmkmd's full-sized avatar
🎯
Focusing

Malcolm malcolmkmd

🎯
Focusing
View GitHub Profile
import SwiftUI
import Foundation
import Combine
struct ContentView: View {
struct Mode: Identifiable {
let id = UUID()
let blend: BlendMode
init(_ blend: BlendMode) {
self.blend = blend
@lattner
lattner / TaskConcurrencyManifesto.md
Last active May 19, 2024 07:58
Swift Concurrency Manifesto