1. Search service (typed RPC)
What you’ll build: a worker that owns a 2000-document corpus and an
2. Note editor (SharedStore)
What you’ll build: a text editor whose word counts, reading time and
3. Transfer manager (SharedValue)
What you’ll build: six simulated downloads running in a worker, with live
4. Image filters (SharedBuffer)
What you’ll build: 144KB of RGBA pixels in shared memory, filtered in a
5. Sensor stream (ring buffer + withLock)
What you’ll build: a worker sampling a signal at a rate the UI does not
6. Parallel parse (nested workers)
What you’ll build: a coordinator worker that generates ~2.6MB of log lines
7. UIWorker native calls
What you’ll build: a worker running on the platform main thread that
8. Native components in JS (UIWorker)
What you'll build: WorkerSwitch — a real, native UISwitch used from React