You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"offer/take with a single consumer and high contention" in real {
constructor(8) flatMap { q =>valofferer=List.fill(8)(List.fill(8)(0)).parTraverse_(_.traverse(q.offer(_)))
offerer.start *>0.until(8*8).toList
.traverse_(_ => q.take)
.timeoutTo(8.seconds, IO(false must beTrue))
.replicateA_(1000)
.as(ok)
}
}
The weirdest bit is this hangs both with the Concurrent version and the new Async one.
The text was updated successfully, but these errors were encountered:
The weirdest bit is this hangs both with the
Concurrent
version and the newAsync
one.The text was updated successfully, but these errors were encountered: