TREEcg / event-stream-client

Deprecated! Use the rdf-connect/ldes-client instead
https://github.com/rdf-connect/ldes-client
Other
14 stars 9 forks source link

Allow parallel fetching #51

Open KasperZutterman opened 2 years ago

KasperZutterman commented 2 years ago

Enable the EventStream to run fetchNextPage() in parallel for faster execution. Keep in mind that exporting should not be broken.

https://github.com/TREEcg/event-stream-client/blob/c9b49579b6d657ecfdeac06b50689b23528ab17a/packages/actor-init-ldes-client/lib/EventStream.ts#L177-L197