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.
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.
