Skip to content

Instantly share code, notes, and snippets.

@chriseidhof
chriseidhof / viewmirror.swift
Last active December 18, 2025 12:17
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 10, 2025 18:44
Swift Concurrency Manifesto