MCPcopy Create free account
hub / github.com/akshayganeshen/napi-go / CreateAsyncWork

Method CreateAsyncWork

instance_data.go:97–97  ·  view source on GitHub ↗
(
		env Env,
		asyncResource, asyncResourceName Value,
		execute AsyncExecuteCallback,
		complete AsyncCompleteCallback,
	)

Source from the content-addressed store, hash-verified

95
96type AsyncWorkDataProvider interface {
97 CreateAsyncWork(
98 env Env,
99 asyncResource, asyncResourceName Value,
100 execute AsyncExecuteCallback,

Callers 2

CreateAsyncWorkFunction · 0.65
GetPromiseHandlerFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected