Improve overall thread coordination

This commit is contained in:
Derek Parker
2014-11-07 23:44:24 -06:00
parent 4483b17bd6
commit 6b2ee09163
4 changed files with 243 additions and 178 deletions

View File

@ -7,7 +7,7 @@ import (
)
func sleepytime() {
time.Sleep(time.Nanosecond)
time.Sleep(100 * time.Millisecond)
}
func helloworld() {