Versions in this module Expand all Collapse all v1 v1.0.4 Jul 30, 2023retracted Changes in this version + func Boot() error + type Goroutine struct + func (gb *Goroutine) InAllPlayers(task func(id int)) + func (gb *Goroutine) Submit(task func()) + type ServerBuild struct + func Builder() *ServerBuild + func (rb *ServerBuild) Expulse(cb *chat.ChatBuilder) *ServerBuild + func (rb *ServerBuild) Goroutine() *Goroutine + func (rb *ServerBuild) MessageLoop(msg string) *ServerBuild + func (rb *ServerBuild) Player(playerid int) *ServerBuild + func (rb *ServerBuild) RestartNow(cb *chat.ChatBuilder) *ServerBuild + func (rb *ServerBuild) Spawn(cb *chat.ChatBuilder) *ServerBuild + func (rb *ServerBuild) Wait(wait ...time.Duration) *ServerBuild