You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we accept a ThreadFactoryProvider to create I/O event loops when thread creation should be augmented (e.g. to create decorated threads for metrics or context passing). HashedWheelTimer and the event executor cannot be customized yet so it would make sense to provide a global default where thread creation can be customized for all created threads.
The text was updated successfully, but these errors were encountered:
Right now, we accept a
ThreadFactoryProvider
to create I/O event loops when thread creation should be augmented (e.g. to create decorated threads for metrics or context passing).HashedWheelTimer
and the event executor cannot be customized yet so it would make sense to provide a global default where thread creation can be customized for all created threads.The text was updated successfully, but these errors were encountered: