Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sub timeout - remove unused F wrappers.
The external `F.delay` wrappers was not useful in any way, since they were being immediately unwraped in the body of `task`, so they have no effect but cost allocations. Note that it is the function itself that delays the side effectful operations on `dom.window` in acquire.
- Loading branch information