Skip to content

Commit

Permalink
19 test
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-mastrangelo committed Dec 10, 2023
1 parent d689a8a commit 130370b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ public void run() throws Exception {

var tf =
Thread.ofVirtual()
.allowSetThreadLocals(false)
.name("bla")
.inheritInheritableThreadLocals(false)
.factory();
var exec = Executors.newThreadPerTaskExecutor(tf);
PerfMark.setEnabled(true);
Expand Down

0 comments on commit 130370b

Please sign in to comment.