Can we meaningfully use `await` on the FuncUnit object
Summary The question revolves around whether the FuncUnit object can be used with await to guarantee that a function is executed after all previous FuncUnit actions have completed. The FuncUnit object has a then method, which suggests it could be used with await, but its compatibility with Promises is unclear. Root Cause The root cause … Read more