Completed
Live demo: using ExtentLocal in a single thread
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java Asynchronous Programming with Loom and Structured Concurrency - Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Two things about Virtual Threads
- 3 Writing asynchronous code
- 4 Moving asynchronous code to Virtual Threads
- 5 Introducing Loom Scopes
- 6 Live demo: a first StructuredTaskScope
- 7 Differences between Scopes and Executors
- 8 Introducing the ShutdownOnSuccess Scope
- 9 Live demo: using ShutdownOnSuccess
- 10 Exception handling
- 11 Creating a custom Scope in action
- 12 Tips to write unit tests
- 13 Live demo: handling different object types
- 14 Live demo: adding a timeout on your Scope
- 15 Using ExtentLocal instead of ThreadLocal
- 16 Live demo: using ExtentLocal in a single thread
- 17 Live demo: using ExtentLocal with scopes
- 18 Scope wrap up
- 19 Final words and outro