We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4fd0d commit ef29c87Copy full SHA for ef29c87
egg__10b_sc_nested_experiment/DumpParser.groovy
@@ -14,7 +14,7 @@ def json = new groovy.json.JsonSlurper().parseText(text)
14
def map = [:]
15
def threadContainers = json['threadDump']['threadContainers']
16
17
-threadContainers.findAll { it['container'] =~ /.*ThreadFlock.*/ }.each { threadContainer ->
+threadContainers.findAll { it['container'] =~ /.*StructuredTaskScope.*/ }.each { threadContainer ->
18
def owner = threadContainer['owner']
19
def threads = threadContainer['threads']
20
def threadCount = threadContainer['threadCount'] as int
0 commit comments