Skip to content

Conversation

@Keboo
Copy link
Member

@Keboo Keboo commented Oct 6, 2025

Improves performance by switching to asynchronous database querying for list retrieval.

This prevents blocking the main thread while waiting for the database to respond, resulting in a more responsive application.

Improves performance by switching to asynchronous database querying for list retrieval.

This prevents blocking the main thread while waiting for the database to respond, resulting in a more responsive application.
@Keboo Keboo requested a review from ascott18 October 6, 2025 23:07
@ascott18
Copy link
Collaborator

ascott18 commented Oct 6, 2025

StandardDataSource``1 is agnostic to EF. ToListAsync is an EF method. StandardDataSource``2 is the EF-specific base data source, which already does call ToListAsync() (where appropriate).

@ascott18 ascott18 closed this Oct 6, 2025
@Keboo Keboo deleted the kdb/asyncToList branch October 6, 2025 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants