pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2019-12-26
2019-12-26 13:42:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8d7807b35cb2b5ac346e5a270f3e779bea8219ba (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
master
CHANGES: Added note about use of resume_cb.
113:
where X is the declared return type of the generator function, value is the value to be returned by Pike.yield(), and resume_cb
-
is a function that will be called at the yield point.
+
is a function that will be called at the yield point.
resume_cb
+
may be used to eg behave as if Pike.yield() had thrown an error.
o Machine code support for more architectures.