All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.golang.temporal.startup.go.template Maven / Gradle / Ivy

// register worker
	go func() {
		c := registerAsWorker()
		defer c.Close()
	}()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy