Handbook
Glossary
release-context ( ctx -- )
Vocabulary
io
.
sockets
.
secure
.
openssl
Inputs
ctx
an
object
Outputs
None
Definition
USING:
accessors
kernel
math
;
IN:
io.sockets.secure.openssl
:
release-context
( ctx -- )
[
1
-
]
change-users
dup
[
disposed>>
]
[
users>>
zero?
]
bi
and
[
free-context
]
[
drop
]
if
;