Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x3/vertx-virtual-threads-incubator
Vert.x virtual threads incubator
https://github.com/vert-x3/vertx-virtual-threads-incubator
async java loom reactive vertx virtualthreads
Last synced: 3 months ago
JSON representation
Vert.x virtual threads incubator
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-virtual-threads-incubator
- Owner: vert-x3
- Created: 2022-07-06T16:43:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T07:51:47.000Z (over 1 year ago)
- Last Synced: 2024-09-27T07:40:55.756Z (3 months ago)
- Topics: async, java, loom, reactive, vertx, virtualthreads
- Language: Java
- Homepage:
- Size: 130 KB
- Stars: 118
- Watchers: 32
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vert.x Virtual Threads Incubator
[![Build Status](https://github.com/vert-x3/vertx-virtual-threads-incubator/workflows/CI/badge.svg?branch=main)](https://github.com/vert-x3/vertx-virtual-threads-incubator/actions?query=workflow%3ACI)
Incubator for virtual threads based prototypes.
## Prerequisites
- [Vert.x 4.3.7](https://vertx.io/docs/4.3.7)
- Java 19 using preview feature
- [OpenJDK 19](https://jdk.java.net/19/)
- [Maven](https://stackoverflow.com/questions/52232681/compile-and-execute-a-jdk-preview-feature-with-maven)
- [Intellij](https://foojay.io/today/how-to-run-project-loom-from-intellij-idea/)## Projects
- [Async/await incubator](vertx-async-await-incubator)
- [Execute blocking incubator](vertx-execute-blocking-incubator)
- Synchronous Vert.x incubator
- [Core](vertx-core-sync-incubator)
- [Web](vertx-web-sync-incubator)
- [Examples](examples)## Usage
### enable preview flag must be enabled
```xml
org.apache.maven.plugins
maven-compiler-plugin
19
--enable-preview
org.apache.maven.plugins
maven-surefire-plugin
--enable-preview
```
### snapshots are available at s01.oss.sonatype.org
```xml
vertx-snapshots-repository
Vert.x Snapshots Repository
https://s01.oss.sonatype.org/content/repositories/snapshots/
false
true
```