Skip to content

Instantly share code, notes, and snippets.

@chriseidhof
chriseidhof / viewmirror.swift
Last active June 30, 2025 13:07
View Mirror
import SwiftUI
struct ContentView: View {
var body: some View {
HStack {
Text("Hello")
.padding()
.background(.blue)
.overlay {
Color.yellow
@lattner
lattner / TaskConcurrencyManifesto.md
Last active July 18, 2025 12:29
Swift Concurrency Manifesto