lightstep / lightstep-tracer-objc

The Lightstep distributed tracing library for Objective-C and Swift
https://lightstep.com
MIT License
11 stars 9 forks source link

Don't sleep() #13

Closed bhs closed 8 years ago

bhs commented 8 years ago

Regardless of whether the sleeping can ever happen on the main thread, non-blocking dispatch_after() is a better practice.

bhs commented 8 years ago

cc @eugie

bcronin commented 8 years ago

Looks good

eugie commented 8 years ago

looks good! thanks!