Skip to content

Instantly share code, notes, and snippets.

@chriseidhof
chriseidhof / viewmirror.swift
Last active August 22, 2025 14:53
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 December 6, 2025 10:37
Swift Concurrency Manifesto