github.com/lingyao2333/mo-zero@v1.4.1/core/proc/stopper_test.go (about)

     1  package proc
     2  
     3  import "testing"
     4  
     5  func TestNopStopper(t *testing.T) {
     6  	// no panic
     7  	noopStopper.Stop()
     8  }