Mistium / Origin-OS

originOS is a scratch desktop gui made by @Mistium
https://origin.mistium.com
24 stars 9 forks source link

[NEW OSL] Async #110

Open Mistium opened 1 month ago

Mistium commented 1 month ago
do (
  network "getsync" "https://hi.com/text.txt"
) then (
  page_data = data
  data = ""
  page = "loaded"
)

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