Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW OSL] Async #110

Open
Mistium opened this issue May 6, 2024 · 0 comments
Open

[NEW OSL] Async #110

Mistium opened this issue May 6, 2024 · 0 comments
Assignees
Labels
Backburner Not happening for a while enhancement New feature or request OSL

Comments

@Mistium
Copy link
Owner

Mistium commented May 6, 2024

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

@Mistium Mistium self-assigned this May 6, 2024
@Mistium Mistium added enhancement New feature or request Backburner Not happening for a while OSL labels May 6, 2024
@Mistium Mistium changed the title [SUGGESTION] Async OSL [Suggestion] Async OSL May 12, 2024
@Mistium Mistium pinned this issue May 12, 2024
@Mistium Mistium changed the title [Suggestion] Async OSL [NEW OSL] Async May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backburner Not happening for a while enhancement New feature or request OSL
Projects
None yet
Development

No branches or pull requests

1 participant