Closed novacrazy closed 8 months ago
Avoids needing an extra await point and shrinks the future size by around 72 bytes. Incredibly minor, but still.
Was just looking for places to shrink future sizes in my application and tried this out.
While this is a very small change, is there a chance it could be added?
Rebasing should fix the build.
Rebased.
Avoids needing an extra await point and shrinks the future size by around 72 bytes. Incredibly minor, but still.
Was just looking for places to shrink future sizes in my application and tried this out.