Functional Rephrasing Using an Async Function Functor
Charles Lowell — July 03, 2018
Once you know that they're there, Functors pop up in all kinds of surprising places. Here we take a simple exploration of how the JavaScript async function construct is actually a Functor and how we can use that for great good.
Read article