mbdavid / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.52k stars 1.24k forks source link

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

Open sergei-kashlikov opened 6 months ago

sergei-kashlikov commented 6 months ago

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.