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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Are there any plans to add async (executing in the threadpool) versions of (most of) the available crypto functions that don't have an async counterpart already?
The text was updated successfully, but these errors were encountered:
As the crypto interface now uses streams, this could be closed.
I disagree. Streams !== async. The actual work in the streaming interfaces still happens in the main thread. It would perhaps be worthwhile to have the streaming interfaces do their work on the thread pool.
Are there any plans to add async (executing in the threadpool) versions of (most of) the available crypto functions that don't have an async counterpart already?
The text was updated successfully, but these errors were encountered: