async-rs / parallel-stream

Data parallelism library for async-std.
https://docs.rs/parallel-stream
Apache License 2.0
93 stars 16 forks source link

Implementing from_fn #7

Open justin1dennison opened 4 years ago

justin1dennison commented 4 years ago

I have started working on the from_fn free function. However, I may need a little guidance in the implementation. I tried to smoke test the function, but was not able to get the smoke test to ever complete.