Reverting moving LockOSThread to main module.
This commit is contained in:
@@ -25,7 +25,6 @@ func main() {
|
||||
|
||||
numCPUs := runtime.NumCPU()
|
||||
runtime.GOMAXPROCS(numCPUs)
|
||||
runtime.LockOSThread()
|
||||
|
||||
ctx := context.New()
|
||||
ctx.Initialize()
|
||||
|
Reference in New Issue
Block a user