2 Comments
User's avatar
R S's avatar

Is this something similar to Java virtual threads?

Expand full comment
Sandeep Gupta's avatar

Yes.

Virtual Threads are designed to seamlessly integrate with existing Java ecosystems and libraries. They are intended to be a drop-in replacement for existing thread-based code for Java.

Goroutines: Goroutines are a fundamental part of the Go language, and the entire Go ecosystem is built around the idea of lightweight concurrency using goroutines.

Expand full comment