My apologies if this is already covered somewhere. But in the README, it says:
[Trio's] resulting design is radically simpler than older competitors like asyncio and Twisted, yet just as capable.
Perusing the docs, though, I can't seem to find any examples explaining why this is the case.
I think it would be helpful if somewhere in the docs you could show why trio is better using concrete examples. Perhaps you could take a couple use cases and then implement them in both trio and asyncio (and Twisted?), and then explain why the trio implementation is simpler, or better, etc.
Also, it would be good to be honest. What does someone give up by choosing trio over asyncio.
Finally, what's involved in transitioning to and from trio? Wholesale rewrite? Can one transition incrementally, etc?
My apologies if this is already covered somewhere. But in the README, it says:
Perusing the docs, though, I can't seem to find any examples explaining why this is the case.
I think it would be helpful if somewhere in the docs you could show why trio is better using concrete examples. Perhaps you could take a couple use cases and then implement them in both trio and asyncio (and Twisted?), and then explain why the trio implementation is simpler, or better, etc.
Also, it would be good to be honest. What does someone give up by choosing trio over asyncio.
Finally, what's involved in transitioning to and from trio? Wholesale rewrite? Can one transition incrementally, etc?