Module bicoro::failable[][src]

Expand description

A failable coroutine

Structs

A coroutine that supports a fatal, terminating error

Functions

Bind for the result coroutine

Fails the coroutine, further binds will short-circuit

Lifts coroutine of result into a result coroutine

Just like coroutine receive, but sugared for result coroutines

Creates a coroutine from a

Run a child result coroutine in the parent context

Just like run step, but gives a result type inside

Just like coroutine send, but sugared for result coroutines

Extracts a co-routine with a result