Giter Site home page Giter Site logo

project-loom-examples's Introduction

2022-06-17-introduction-to-project-loom

Source code for the blog post "Introduction to Project Loom".

The source code uses experimental features and access to internal JDK classes.

It can be build with the Project Loom Early Access JDK. You can either check out the source code from Loom Github and build the JDK yourself, or download an early access build.

The Java version should look something like this:

openjdk version "19-loom" 2022-09-20
OpenJDK Runtime Environment (build 19-loom+6-625)

To compile the two threads demos, enter

javac --enable-preview --source 19 PlatformThreads.java VirtualThreads.java```

and then run them with

java --enable-preview VirtualThreads

respectively

java --enable-preview PlatformThreads

To compile the continuations demo, enter

javac --add-exports java.base/jdk.internal.vm=ALL-UNNAMED Continuations.java

and then run it with

java --add-opens=java.base/jdk.internal.vm=ALL-UNNAMED Continuations

If you like the blog post and/or the code, please follow me on Twitter or Mastodon to be notified about updates. Or, if you're really enthusiastic about it, you can even become a supporter on Flattr.

project-loom-examples's People

Contributors

lutzh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.