Handbook
Glossary
coyield* ( v -- )
Vocabulary
coroutines
Inputs
v
an
object
Outputs
None
Word description
Variant of
coyield
that discards the value passed in via
coresume
.
See also
coyield
,
*coyield
Definition
USING:
kernel
;
IN:
coroutines
:
coyield*
( v -- )
coyield
drop
;
inline