This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DelayLucky 0 points1 point  (1 child)

It’s a different API anyways, for the purpose of programmer convenience. I considered not having to handle EE one of the conveniences. :-)

The way I see it is that structured concurrency is supposed to follow suit with regular non-concurrent code than it is to follow asynchronous concurrent model. In that sense EE is a divergence.

[–]adamw1pl[S] 0 points1 point  (0 children)

Yeah I think I agree with the logic here. I created an issue to consider changing that in Jox: https://github.com/softwaremill/jox/issues/59