mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-26 07:13:36 +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()
|
|
|
|
}
|