danvratil / qcoro

C++ Coroutines for Qt
https://qcoro.dvratil.cz
MIT License
331 stars 53 forks source link

Fix QCoro::connect with QFutures #154

Closed jbruechert closed 1 year ago

jbruechert commented 1 year ago

The requirements of the template previously were much stricter than what we can support. Everything that detail::toTask can handle works, so we should use the same requirements.

danvratil commented 1 year ago

Nice catch, thanks!