It's already Sync because it's safe to access amongst many threads by the sheer fact that data is only accessed on one thread. That is, all other concurrent accessors, if any, will receive `None`.
timer_wheel