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

Method fibre

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

Source from the content-addressed store, hash-verified

320 }
321
322 @JvmStatic
323 fun yieldIfPossible() {
324 thisFibre?.get()?.yield()
325 }
326
327 @JvmStatic
328 fun fibre(): Fibre? {

Callers 5

waitSafelyMethod · 0.95
yieldMethod · 0.95
finishMethod · 0.95
maybeYieldMethod · 0.95
fibreMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected