Closed martindurant closed 1 year ago
@milesgranger - got it. Threadlocal not actually needed for tokio, because it intelligently parks it's IO/timing stuff when not in use, so if it gets called from a new thread, that thread takes ownership.
@milesgranger - got it. Threadlocal not actually needed for tokio, because it intelligently parks it's IO/timing stuff when not in use, so if it gets called from a new thread, that thread takes ownership.