Fork me on GitHub
#core-async
<
2016-12-17
>
mccraigmccraig07:12:53

@nooga i tend to use promises as my interface to things like REST requests, so i have a (GET url params) which yields a Promise<Response> ... if i need some concurrency control then i'll use a stream-based approach behind the promise. promesa and manifold both give you more than vanilla promises for such use-cases - in particular builtin error-handling