File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ via the following coordinates:
78
78
79
79
```scala
80
80
// Mill
81
- ivy"com.lihaoyi::cask:0.9.5 "
81
+ ivy"com.lihaoyi::cask:0.9.7 "
82
82
83
83
// SBT
84
- "com.lihaoyi" %% "cask" % "0.9.5 "
84
+ "com.lihaoyi" %% "cask" % "0.9.7 "
85
85
```
86
86
87
87
The `./mill` command is just a wrapper around the
@@ -517,4 +517,4 @@ or not.
517
517
In general virtual threads are most beneficial in applications which spend a lot of time blocked
518
518
on IO. How much they benefit your own application will need to be benchmarked and measured,
519
519
but they are relatively easy to enable so you can run your own small benchmarks before deciding
520
- to use them or not.
520
+ to use them or not.
Original file line number Diff line number Diff line change 1
- Cask 0.9.6 : a Scala HTTP micro-framework [ ![ Gitter Chat] [ gitter-badge ]] [ gitter-link ] [ ![ Patreon] [ patreon-badge ]] [ patreon-link ]
1
+ Cask 0.9.7 : a Scala HTTP micro-framework [ ![ Gitter Chat] [ gitter-badge ]] [ gitter-link ] [ ![ Patreon] [ patreon-badge ]] [ patreon-link ]
2
2
===========================================================================================================================================================================
3
3
4
4
[ gitter-badge ] : https://badges.gitter.im/Join%20Chat.svg
@@ -45,6 +45,10 @@ courtesy of EJ Technologies
45
45
46
46
## Changelog
47
47
48
+ ### 0.9.7
49
+
50
+ - Add a helper method to create a dedicated virtual thread scheduler. [ #164 ] ( https://github.com/com-lihaoyi/cask/pull/164 )
51
+
48
52
### 0.9.6
49
53
50
54
- Support for Java21/Loom Virtual Threads [ #161 ] ( https://github.com/com-lihaoyi/cask/pull/159 ) , see
You can’t perform that action at this time.
0 commit comments