MCPcopy Create free account
hub / github.com/anomalyco/opencode / makeEntry

Function makeEntry

packages/core/src/session/run-coordinator.ts:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 const fork = yield* FiberSet.makeRuntime<never, void, never>()
30
31 const makeEntry = (): Entry<E> => ({
32 done: Deferred.makeUnsafe<void, E>(),
33 pendingWake: false,
34 stopping: false,
35 })
36
37 const start = (key: Key, entry: Entry<E>, force: boolean, successor = false) => {
38 const ready = Deferred.makeUnsafe<void>()

Callers 3

settleFunction · 0.85
runFunction · 0.85
wakeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected