transient-haskell / transient

A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
MIT License
633 stars 28 forks source link

grouByTime not working as expecred #71

Closed kaladjei closed 5 years ago

kaladjei commented 7 years ago

groupByTime asynchronous primitive returns the first set of results after the specified time interval but returns the next set of results immediately.

agocorona commented 6 years ago

Oh, I didn't notice this. I will look at it. Thanks. I suspect that the commit refered above is misleading. It should refer to other issue.

kaladjei commented 5 years ago

Ok. Thanks.