FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Separate thread for cancellation tasks by andrey-kashcheev · Pull Request #1335 · heremaps/here-data-sdk-cpp · GitHub

Separate thread for cancellation tasks - #1335

Draft
andrey-kashcheev wants to merge 1 commit into
masterfrom
olpsup-17825-task-cancel
Draft

Separate thread for cancellation tasks#1335
andrey-kashcheev wants to merge 1 commit into
masterfrom
olpsup-17825-task-cancel

Conversation

Copy link
Copy Markdown
Collaborator

This commit introduces separate thread specifically for the cancellation
tasks. By doing so we may speed up final callback execution as task
won't wait for its turn in the main busy queue and instead will be
executed on the separate usually free thread.
This is a quite bold move as we always allocate one additional thread
regardless of user-specified total threads number.

Relates-To: OLPSUP-17825
Signed-off-by: Andrey Kashcheev ext-andrey.kashcheev@here.com

This commit introduces separate thread specifically for the cancellation
tasks. By doing so we may speed up final callback execution as task
won't wait for its turn in the main busy queue and instead will be
executed on the separate usually free thread.
This is a quite bold move as we always allocate one additional thread
regardless of user-specified total threads number.

Relates-To: OLPSUP-17825
Signed-off-by: Andrey Kashcheev <ext-andrey.kashcheev@here.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

1 participant


Back | FazBrowse Home | New Git URL