Skip to content

Instantly share code, notes, and snippets.

@chriseidhof
chriseidhof / viewmirror.swift
Last active June 14, 2025 07:33
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 June 17, 2025 04:35
Swift Concurrency Manifesto