https://github.com/fasterthanlime/manual-future
Fun with futures and pin!
https://github.com/fasterthanlime/manual-future
Last synced: 8 months ago
JSON representation
Fun with futures and pin!
- Host: GitHub
- URL: https://github.com/fasterthanlime/manual-future
- Owner: fasterthanlime
- Created: 2021-07-23T18:21:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T18:22:50.000Z (almost 5 years ago)
- Last Synced: 2025-07-10T06:46:11.140Z (12 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# manual-future
Trying to re-implement `try_join` as a function, for N=2 futures - the fun is in
reading the commit history but if you stumble upon this I'm curious if you think
`MaybeResult` is sound!