danvratil / qcoro

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

Fix connecting to member function pointers #169

Closed jbruechert closed 1 year ago

jbruechert commented 1 year ago

std::is_invocable_v<Callback, T> is not true for member functions.