thunkware / virtual-threads-bridge

Use Java21's Virtual Threads API in Java 8+
MIT License
6 stars 3 forks source link

Fix for typo in SempahoreExecutor #25

Closed juliojgd closed 1 month ago

juliojgd commented 2 months ago

Closes #24

Changed static methods in ExecutorTools as well as tests and README doc

Tested mvn clean install working both with OpenJDK 17.0.11 and OpenJDK 21.0.3.

maxxedev commented 1 month ago

thanks!