Module snocat::util[][src]

Modules

Utilities for handling transfer of ownership of a future to an external resolver, and tracking the ouutstanding tasks without blocking.

Structs

Constants

Functions

Run a block, then, regardless of success/failure, run another block, with access to the results. Exceptions from the first block are preferred, then from the finally block, then successes