Concurrency Management: Enjoy a more predictable experience as all functions run asynchronously, ensuring consistent performance regardless of queue space. This change enhances the reliability of your promise-returning and async functions.
Fixes
Fix unpredictable behavior when running functions in the queue. Previously, functions could run synchronously if there was space, leading to inconsistent performance and state changes.