Every line of 'golang concurrent' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Go code is secure.
166 func (ds *NativeSM) Concurrent() bool { 167 return ds.sm.Concurrent() 168 }
53 func Concurrent(enable bool) StageOption { 54 return StageOption(func(c *stageConfig) { 55 c.concurrent = enable 56 }) 57 }