-
Notifications
You must be signed in to change notification settings - Fork 1
Request for asynchronous API #7
Copy link
Copy link
Open
Description
As tool developers, we would prefer an asynchronous API to better manage long-running calls to the library. For example, calls to cti_launchApp/cti_launchAppBarrier and cti_execToolDaemon could take several minutes depending on the size and number of dependencies of the associated binaries. Additionally, a method to poll the progress of/cancel an in-progress call of those long-running methods would be very useful.
The primary benefit for our tool would be that API calls can be made on the main (GUI) thread without blocking the GUI for the user.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels