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

Change all calls of spawn to coroutine.wrap #146

Open
Ewanophobia opened this issue May 23, 2020 · 2 comments
Open

Change all calls of spawn to coroutine.wrap #146

Ewanophobia opened this issue May 23, 2020 · 2 comments

Comments

@Ewanophobia
Copy link

Spawn takes ages to function depending on different circumstances, I suggest this get changed as it'll allow for a faster Nevermore.

@devSparkle
Copy link
Contributor

This request is a bit too broad. There are reasonable use cases for spawn which are not covered by coroutine.wrap. As you are probably aware, spawn delays the execution until the next cycle, which can be important for certain operations.

If there are any cases where coroutine.wrap can and should be used, be sure to mention them.

@evaera
Copy link

evaera commented Aug 13, 2020

https://eryn.io/gist/3db84579866c099cdd5bb2ff37947cec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants