We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addfd12 commit d85ff52Copy full SHA for d85ff52
README.md
@@ -41,6 +41,16 @@ To use a library you have to add a single Maven dependency
41
<version>0.9.9</version>
42
</dependency>
43
```
44
+
45
+If you are developing code for JDK 21+ and need to use `ScopedValue` as a `ContentVar`-iable then add the following dependency as well:
46
+```xml
47
+<dependency>
48
+ <groupId>net.tascalate</groupId>
49
+ <artifactId>net.tascalate.concurrent.addon</artifactId>
50
+ <version>0.1.0</version>
51
+</dependency>
52
+```
53
54
# What is inside?
55
## 1. Promise interface
56
This is the core interface of the Tascalate Concurrent library. It may be best described by the formula:
0 commit comments