composewell / streamly

High performance, concurrent functional programming abstractions
https://streamly.composewell.com
Other
849 stars 63 forks source link

Refactor some concurrency modules and make some small improvements #2752

Closed harendra-kumar closed 2 days ago

harendra-kumar commented 1 week ago

The only significant change is removal of the two queues for async case - a08d4959c2ba2b0d85b44b4acff70823021b1c62 . This was introduced recently but found to be not useful.