Effect CommunityEC
Effect Community2y ago
13 replies
jessekelly

Possibility of adding Effect.promiseLike constructor

Effect.promiseLike :: PromiseLike<A> -> Effect<A> ?

Obviously, using Effect.async would work as well but I wonder if it would be useful to add an Effect.promiseLike helper similar to Effect.promise.
Was this page helpful?