Expand the explanation of how to go and do useful work in non-blocking
authorMatt Caswell <matt@openssl.org>
Tue, 5 Sep 2023 14:17:29 +0000 (15:17 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 8 Sep 2023 14:44:37 +0000 (15:44 +0100)
commit38c3c1dbefa8b8333e78e0d9d38fac7c4359f826
tree3cdcc6bf6e111b729cd0b36efeb6b8beaab99872
parente8a5b06bdc280355f5c6703849868708ba83454c
Expand the explanation of how to go and do useful work in non-blocking

Add additional commentary to the non-blocking examples explaining where to
add code to go and do other useful work.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21950)
demos/guide/quic-client-block.c
demos/guide/quic-client-non-block.c
demos/guide/tls-client-non-block.c
doc/man7/ossl-guide-quic-client-non-block.pod
doc/man7/ossl-guide-tls-client-non-block.pod