touchlab-lab / knarch.db

K(otlin)N(ative)A(rchitecture) Database
https://touchlab.co/
Apache License 2.0
90 stars 9 forks source link

Cancel is disabled #17

Open kpgalligan opened 6 years ago

kpgalligan commented 6 years ago

Cancellation signal was removed because it was explicitly multithreaded. We can probably figure out a new implementation of that, but for now we have some dead code floating around.

kpgalligan commented 6 years ago

I think we can forget cancellation signal for now and simply pipe "cancel" from the connection object up through the structures that use it