Async UnwrapOrs
feat: added UnwrapOr that takes in an async lambda (#50) * feat: added UnwrapOr that takes in an async lambda * feat: Add tests for async unwrap or * fixing merge stuff * missing return docs * add task<maybe<T>> unwraporasync * impl and tests for Task<Maybe> with sync func