You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be neat to have an asynchronous version of this library, since manually running it asynchronously requires untidy boilerplate code to wrap the calls up, which this library is meant to eliminate the need for.
The text was updated successfully, but these errors were encountered:
Could I convert this library to asynchronous by default, and then use :Wait() for when you want to yield until it is complete? I don't want two separate versions if possible. Let me know what syntax you think it should have.
That may be a pretty elegant solution! This would be good to get into 2.0.0 since it's already including breaking changes. Adding :Wait() after an operation should make the thread yield until the attempt and any operations queued before the :Wait() finish executing
It'd be neat to have an asynchronous version of this library, since manually running it asynchronously requires untidy boilerplate code to wrap the calls up, which this library is meant to eliminate the need for.
The text was updated successfully, but these errors were encountered: