Open Mistium opened 6 months ago
Still figuring this one out, i think it might end up being where async code gets added to a seperate thread, and run through at the same time as the main thread. This would still be annoying for networking though. I might end up making something like the fetch syntax for that.
get "url" with {data} using {headers} then (
log response
)
Might be able to use callbacks for this
do def() -> (
) then def() -> (
)
Allows osl to run a command without it stopping the execution of the window. This is likely to be made by creating a clone that runs the code, sends the result back to the original window, then deletes itself