# virtual-thread-continuations **Repository Path**: freewater2016/virtual-thread-continuations ## Basic Information - **Project Name**: virtual-thread-continuations - **Description**: Java 虚拟线程及其背后的魔法Continuations详解代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-04 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Continuations This repo contains source code for my talk "[Continuations - The magic behind virtual threads in Java](https://www.youtube.com/watch?v=Rc6m_I1RkXM)". The talk discusses continuations and how they are used to implement virtual threads in Java. If you have questions, suggestions to improve or any other feedback, please reach me out at [@BalaRawool](https://twitter.com/BalaRawool) ## Prerequisites Make sure - you use JDK 24 or higher - you compile and run these classes with these VM arguments: `--enable-preview --add-exports java.base/jdk.internal.vm=ALL-UNNAMED`