tiny.mprompt.forward
Defined in effect.
Returns a clause that passes the operation to the next enclosing handler of the same effect, so an inner handler that answers some operations of an effect lets an outer handler answer the rest.
Source
Source: lib/mprompt/src/effect.zig:221
zig
/// Returns a clause that passes the operation to the next enclosing handler of the same effect, so/// an inner handler that answers some operations of an effect lets an outer handler answer the/// rest.pub fn forward() ForwardClause { return .{};}Source: lib/mprompt/src/root.zig:70
zig
pub const forward = effect.forward;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |