Good evening, I've added concurrency to my interpr...
# two-minute-week
p
Good evening, I've added concurrency to my interpreted runtime. https://vimeo.com/737991282 I have previously been compiling to JS and using FFI to a layer underneath for my universal apps. but that was not giving enough control.
t
what style of concurrency did you use? CSP, memsharing, something else?
p
it's concurrent not parrallel so I just iterate in each message sent in a loop