_CDEL - get rid of a co-routine.

Usage:

#include <coro.h>
_cdel(cptr);

Where:

_coptr cptr;
identifies the co-routine you want to get rid of.

Description:

"_cdel" does whatever work is necessary to get rid of an existing co-routine. The memory space used by the co-routine's stack segment is made available for other purposes.

See Also:

expl nsc coro

expl nsc lib _coro

expl nsc lib _ccall

expl nsc lib _cret

expl nsc lib _resume

Copyright © 1996, Thinkage Ltd.