CL-GSERVER.FUTURE
on-completed FUTURE COMPLETED-FUN → result
FUTURE
:
a
T
COMPLETED-FUN
:
a
T
result
: a T.
Install an on-completion handler function on the given `future'. If the `future' is already complete then the `completed-fun' function is called immediately.