This commit is contained in:
Him188 2020-02-18 21:09:45 +08:00
parent d4fdeee58c
commit 35b8cfeb2a

View File

@ -64,7 +64,7 @@ internal class LockFreeLinkedListTest {
//delay(1) // let addJob fly
if (addJob.isCompleted) {
println("Number of elements are not enough")
return
}
val foreachJob = async {
list.concurrentDo(1, 10000) {