Task Either IO #1716
Replies: 3 comments 3 replies
-
IO is sync, Task is async |
Beta Was this translation helpful? Give feedback.
-
If you ever feel compelled to nest an |
Beta Was this translation helpful? Give feedback.
-
So the reasoning is that an asynchronous computation has necessarily side effects ? |
Beta Was this translation helpful? Give feedback.
-
Hi,
Maybe a stupid question, but why isn't there any TaskIO, TaskIOEither (or IOTask, IOTaskEither) ?
Could just be an alias that would make it possible to clarify from the signature that there is some side effect.
Does it make any sense at all ?
Beta Was this translation helpful? Give feedback.
All reactions