opennetwork / iterable

MIT License
1 stars 0 forks source link

implement peekForward #5

Open fabiancook opened 5 years ago

fabiancook commented 5 years ago

This will be only useful in an async context, but being able to pre start loading n values before would be handy

The user must be mindful that the results of those promises might not be successful but it won't be possible to rectify the issue until that iteration (which I hope is the expected behavior)