Skip to content
Snippets Groups Projects
Unverified Commit f8905929 authored by Marcin Krzyzanowski's avatar Marcin Krzyzanowski
Browse files

Add async completion support to STTextView

The changes add support for async completion providers alongside the existing synchronous
completion API. This allows completion providers to perform asynchronous work like network
requests while maintaining cancellation support through structured concurrency. The
implementation includes both sync and async code paths with proper task cancellation and
logging.
parent 70100054
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment