MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / yield

Method yield

src/main/java/field/app/ThreadSync2.kt:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 @JvmStatic
311 var sync: ThreadSync2? = null
312 var thisFibre = ThreadLocal<Fibre>()
313
314 @JvmStatic
315 val executor = Executors.newCachedThreadPool()
316
317 @JvmStatic
318 fun yield() {

Callers 2

waitSafelyMethod · 0.95
yieldIfPossibleMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected