so defining it as async makes it still return a promise?
and are those await down there now blocking? meaning the pinning is not executed in parallel?
so defining it as `async` makes it still return a promise?
and are those await down there now blocking? meaning the pinning is not executed in parallel?
bumi
approved these changes 2019-07-02 16:57:10 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Cleans up the logs to be much more concise, and adds an optional debug flag and logging function.
Looks like this now:
so defining it as
asyncmakes it still return a promise?and are those await down there now blocking? meaning the pinning is not executed in parallel?