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

# Functions

Post
Post a callback which will be executed when other things are done in the main game routine Post might be called from other goroutine, so we use a lock to protect the data.
Tick is called by the main game routine to run all posted functions.

# Type aliases

PostCallback is the type of functions to be posted.