Completed
Thread Locals
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Project Loom - Fibers and Continuations for Java
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Project Loom
- 3 The Goal
- 4 Continuation definition
- 5 Continuation API
- 6 Continuation Example
- 7 What are fibers
- 8 Why use fibers
- 9 The mantra
- 10 The fiber
- 11 The tension
- 12 The compelling example
- 13 The simple example
- 14 The horrible graph
- 15 The good graph
- 16 Limitations
- 17 Threads
- 18 Problems with Thread
- 19 Thread Locals
- 20 Frame Locals
- 21 Structure Concurrency
- 22 Prototype
- 23 Communication
- 24 Current Status
- 25 Prototypes
- 26 Debugging and Serviceability
- 27 Other topics
- 28 Questions