Handbook
Glossary
coresume* ( v co -- )
Vocabulary
coroutines
Inputs
v
an
object
co
a
coroutine
Outputs
None
Word description
Variant of
coresume
that discards the result of the coroutine invocation.
See also
coresume
,
*coresume
Definition
USING:
kernel
;
IN:
coroutines
:
coresume*
( v co -- )
coresume
drop
;
inline