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
move elg provider as a nested class of the client (#40)
motivation: elg provider is likely to be a common pattern in client libraries (eg db drivers), lets prevent type clashes
changes: make EventLoopGroupProvider a nested class of HTTPClient
0 commit comments