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
ast treats async functions differently from regular functions (see here).
Should an async: true/false property be added to function objects? Or a new collection separate from functions, maybe called async_functions or just asyncs.