Practical Use Cases for Effect-TS: Polling AI APIs
Intro
If you're new to Effect-TS, this is the start of a mini series where we'll explore practical use cases for it. Looking back at fp-ts, Effect-TS is a significant improvement because it enables true functional programming in a concurrent environm...
rlee.dev3 min read
Stephen Clark
Thanks! Great article. How do you write a unit test for this? Using
TestClockimplementation seems confusing.