mcmah309 / rust_core

A pure Dart implementation of patterns found in Rust's core library. Types include Result, Option, Cell, Slice, Array, Iterator, etc. Facilitates functional programming and error handling.
MIT License
115 stars 2 forks source link

Asynchronous version of the Early Return Operator #2

Closed cds-reis closed 9 months ago

cds-reis commented 9 months ago

Adds the functionality of using the early return operator in a asynchronous context. Includes documentation and tests.