package
0.1.6
Repository: https://github.com/xiaonanln/goworld.git
Documentation: pkg.go.dev

# Functions

AppendAsyncJob append an async job to be executed asyncly (not in the game goroutine).
WaitClear wait for all async job workers to finish (should only be called in the game goroutine).

# Type aliases

AsyncCallback is a function which will be called after async job is finished with result and error.
AsyncRoutine is a function that will be executed in the async goroutine and its result and error will be passed to AsyncCallback.