mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
252d6d3aa6
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: Rich Salz <rsalz@openssl.org> |
||
---|---|---|
.. | ||
arch | ||
async_locl.h | ||
async.c | ||
Makefile |