Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
waitSafely
Method · 0.95
yield
Method · 0.95
finish
Method · 0.95
maybeYield
Method · 0.95
fibre
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected