Go Scheduler issue with sync.Mutex using gccgo
Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
This commit is contained in:
parent
4832a3dc2d
commit
b0e927fed5
4 changed files with 21 additions and 1 deletions
6
ioutils/scheduler.go
Normal file
6
ioutils/scheduler.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
// +build !gccgo
|
||||
|
||||
package ioutils
|
||||
|
||||
func callSchedulerIfNecessary() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue