mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 22:39:25 +01:00
8 lines
125 B
Go
8 lines
125 B
Go
package app
|
|
|
|
func (s *Sablier) StopInstance() {
|
|
// When an instance stops, remove it from promises
|
|
s.pubsub.Subscribe()
|
|
|
|
}
|