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
Improving description and adding debugDescription to NIOAny (#2866)
Improving `description` and adding `debugDescription` to `NIOAny`
### Motivation
As per:
#2864 (comment) we
would like that the `description` of `NIOAny` prints the type of the
underlaying value that it wraps.
### Modification:
Changing `description` and adding a conformance to
`CustomDebugStringConvertible`.
### Result:
A nicer `description` and `debugDescription` for `NIOAny`.
Co-authored-by: Franz Busch <[email protected]>
0 commit comments