Closed cBournhonesque closed 1 year ago
Closing in favor of #68
Hi, you didn't want to include the example? I thought it could be helpful to illustrate the types of concurrency. Is there any part I could change?
oh!!! I totally forgot to move that over too. Sorry, yes. The example would be good (although since I didn't keep Join/Race (sorry, I know), that'll need to be adapted. Do you want to PR it or would you rather I do it?
I'll let you do the adaptation if that's ok?
yeah that's totally fine. I'll take care of it. :)
Hi, I wanted to have an Action that executes multiple actions concurrently, and succeeds when any of them works.
I tested it locally, works well :)
Added an example as well.