11.43 srfi.190
- コルーチンジェネレータ ¶
- Module: srfi.190 ¶
-
This module provides a macro, coroutine-generator
,
that simplifies defining a generator-based coroutine.
- Macro: coroutine-generator body ¶
[SRFI-190]{srfi.190
}
- Macro: yield ¶
[SRFI-190]{srfi.190
}
- Macro: define-coroutine-generator name expr ¶
- Macro: define-coroutine-generator (name . formals) body … ¶
[SRFI-190]{srfi.190
}