futures::join

This commit is contained in:
AF 2023-06-01 12:18:08 +00:00
parent d430fd9dca
commit 3ff695d815

View File

@ -15,4 +15,7 @@ See the [relevant subchapter](./s04-covariance.md)
## `Fail`/`FailMonad`/etc. have unclear semantics ## `Fail`/`FailMonad`/etc. have unclear semantics
See the [relevant subchapter](./s05-fail.md) See the [relevant subchapter](./s05-fail.md)
## Is `FutureInstance` actually feasible?
Todo: measure `futures::join` performance.
## Can `WeakFunctor` be an associated type of a `Functor` instead of its supertype? ## Can `WeakFunctor` be an associated type of a `Functor` instead of its supertype?