fubark / cyber

Fast and concurrent scripting.
https://cyberscript.dev
MIT License
1.16k stars 38 forks source link

Update concurrency.md #58

Closed FabrizioDavia closed 1 year ago

FabrizioDavia commented 1 year ago

The example with foo = func(): gave 2, 2, 2 as output

fubark commented 1 year ago

Did you try it with the latest build? I fixed it for lambdas earlier today.

FabrizioDavia commented 1 year ago

Sorry, I didn’t try it on the latest build, I tried it on the playground yesterday evening. I will try it on the latest build and let you know. But please refuse the pull request (I will try and cancel it)Inviato da iPhoneIl giorno 12 apr 2023, alle ore 22:23, fubark @.***> ha scritto: Did you try it with the latest build? I fixed it for lambdas earlier today.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

fubark commented 1 year ago

The playground has been updated, so the example works now. Thanks for noticing the issue!