Skip to content
This repository was archived by the owner on Sep 4, 2023. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async_iterator.rs

Well I just realized that an async iterator at the end of the day is just a Stream, and the work I was trying to implement in here like running concurrent tasks with a limit on an iterable type is already implemented in here

So this crate will be discontinued and archived thank you all :D


This is a pet project that aims to provide a set of Iterator implementations to iterate over a sequence using async closures.

It is built on top of Tokio and it only uses tokio primitives for the implementation.

This is not meant to be a replace for libraries like Rayon, my knowledge on Rust can't compare to the great minds behind libraries like that. This aims to be a very simple and small codebase to suit my own needs.

Feel free to contribute to improve it if you want to also satisfy your own use cases. I will gladly review and discuss any issues/PRs to make this a proper crate :)

About

A set of Iterator implementations to iterate over a sequence using async closures

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages