status: experimental
Takes an observable as input and groups emits made with the observable into batches by time.
Takes an array of observable thunks and calls runs then concurrently. Returns an array of latest values after all observables resolve.
Takes an array of observable thunks and calls them one sequentially. Each step receives the result of previous step as input.
Takes an observable and an order test function and returns an observable which orders values emitted in input observable.
- improve the readme