Skip to content

fillmore-labs/blog-javavirtualthreads

Repository files navigation

Java Virtual Threads

Test License

Code for articles about Java virtual threads. See more on the Fillmore Labs Blog.

To build these examples, you will need to install Bazel.

Run the sample by:

> bazel run //:try1

Create a flame graph with:

> bazel run //:bench1 -- -prof "async:output=flamegraph;direction=forward"
> open "$(bazel info bazel-bin)/bench"1".runfiles/_main/"*"/flame-cpu-forward.html"