Commit 252d6d3a authored by Matt Caswell's avatar Matt Caswell
Browse files

Add ASYNC_JOB pools



It is expensive to create the ASYNC_JOB objects due to the "makecontext"
call. This change adds support for pools of ASYNC_JOB objects so that we
don't have to create a new ASYNC_JOB every time we want to use one.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 7070e5ca
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment