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