AfterThreadStart waits for the duration of delay thread start
(t *testing.T)
| 14 | |
| 15 | // AfterThreadStart waits for the duration of delay thread start |
| 16 | func AfterThreadStart(t *testing.T) <-chan time.Time { |
| 17 | return time.After(delayThreadStart(t)) |
| 18 | } |
| 19 | |
| 20 | // SleepForThreadStart pass go routine for the duration of delay thread start |
| 21 | func SleepForThreadStart(t *testing.T) { |