Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not sure how I didn't catch this earlier. The `output` is borrowed by the future and can't be returned. This can be fixed by using a `Cell` to share the value with the future and then replacing the inner value. Signed-off-by: John Nunley <[email protected]>
- Loading branch information