Skip to content

Commit

Permalink
Introduce SegmentQueueSynchronizer abstraction for synchronization …
Browse files Browse the repository at this point in the history
…primitives
  • Loading branch information
ndkoval committed Jul 5, 2020
1 parent 3744f8e commit a677bbc
Show file tree
Hide file tree
Showing 5 changed files with 1,454 additions and 176 deletions.
4 changes: 2 additions & 2 deletions kotlinx-coroutines-core/build.gradle
Expand Up @@ -119,8 +119,8 @@ task jvmStressTest(type: Test, dependsOn: compileTestKotlinJvm) {
enableAssertions = true
testLogging.showStandardStreams = true
systemProperty 'kotlinx.coroutines.scheduler.keep.alive.sec', '100000' // any unpark problem hangs test
systemProperty 'kotlinx.coroutines.semaphore.segmentSize', '2'
systemProperty 'kotlinx.coroutines.semaphore.maxSpinCycles', '10'
systemProperty 'kotlinx.coroutines.sqs.segmentSize', '2'
systemProperty 'kotlinx.coroutines.sqs.maxSpinCycles', '10'
}

task jdk16Test(type: Test, dependsOn: [compileTestKotlinJvm, checkJdk16]) {
Expand Down

0 comments on commit a677bbc

Please sign in to comment.