automatica-team / plant

Declarative bots constructor
1 stars 0 forks source link

plant: implement global startup callback #10

Closed demget closed 3 months ago

demget commented 3 months ago

Usage:

mod.On(plant.Startup, func() {
  go mod.backgroundWorker()
})