Hacker News new | ask | show | jobs
by darkest_ruby 551 days ago
thanks for this explanation. fp-ts is not specifically concerned with concurrency, but does run async computations concurrently (in parallel) by default where possible, but you can opt out from it by using seq (sequntial versions) of functions