760 B
760 B
Concerns (questions) with the current implementaion
There exist alternative Functor
implementations
See the relevant subchapter
It might be better to have a per-lifetime trait for Functor
s done
Functor
sSee the relevant subchapter
Stackless
is kind of bad
See the relevant subchapter
WeakFunctor<'a>
is not (yet) covariant over the lifetime 'a
See the relevant subchapter
Fail
/FailMonad
/etc. have unclear semantics
See the relevant subchapter
Is FutureInstance
actually feasible?
Todo: measure futures::join
performance.