mbdavid/LiteDB

[QUESTION] Is there a way to cancel Find request?

sergei-kashlikov opened this issue · 0 comments

Is there any CancellationToken support or a way to cancel ongoing Find request? My UI application displays chart data which can be time consuming operation, and when user selects another chart data source - I have to wait until the previous fetching is done from the database.