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

Add PerformHttpRequestAwait in lua scheduler #2372

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

someone005
Copy link

Goal of this PR

Let developers write less code if they want to fetch data by using PerformHttpRequest native

How is this PR achieving the goal

Now developers have to use promises to await for data got from

This PR applies to the following area(s)

ScRT: lua

Successfully tested on

Game builds: 3095

Platforms: Windows, Linux

Checklist

  • [ x ] Code compiles and has been tested successfully.
  • [ x ] Code explains itself well and/or is documented.
  • [ x ] My commit message explains what the changes do and what they are for.
  • [ x ] No extra compilation warnings are added by these changes.

@thorium-cfx thorium-cfx added enhancement Feature or other request that adds functionality or improved usability triage Needs a preliminary assessment to determine the urgency and required action ScRT: Lua Issues/PRs related to the Lua scripting runtime labels Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature or other request that adds functionality or improved usability ScRT: Lua Issues/PRs related to the Lua scripting runtime triage Needs a preliminary assessment to determine the urgency and required action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants