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
The certificate cache is a single-writer-multiple-reader data structure and could benefit from a lockfree design for reading.
This would reduce the need for async methods, hence increase usability in traits.
The text was updated successfully, but these errors were encountered:
The certificate cache is a single-writer-multiple-reader data structure and could benefit from a lockfree design for reading.
This would reduce the need for
async
methods, hence increase usability in traits.The text was updated successfully, but these errors were encountered: