typelevel / weaver-test

A test framework that runs everything in parallel.
http://typelevel.org/weaver-test/
Other
30 stars 8 forks source link

Use a LinkedBlockingQueue instead of polling. #44

Closed zainab-ali closed 1 month ago

zainab-ali commented 1 month ago

This resolves the busy spin in SBT.

We use a LinkedBlockingQueue and a blocking poll operation to poll every second.