mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 21:40:22 +08:00
Improve overall thread coordination
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func sleepytime() {
|
||||
time.Sleep(time.Nanosecond)
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
}
|
||||
|
||||
func helloworld() {
|
||||
|
||||
Reference in New Issue
Block a user