-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TL/UCP: add special service worker (#560)
* TL/UCP: add special service worker * TL/UCP: option to set devices for service worker * TL/UCP: remove is_service from task * TL/UCP: refactor context init * TL/UCP: fix context cleanup * TL/UCP: remove is_used from context * TL/UCP: add worker struct and ptr in team * TL/UCP: fix deadlock w/ service & default workers * TL/UCP: add throttling param for progress fn * TL/UCP: separate prefix for service worker * TL/UCP: fix memory leak * TL/UCP: separate progress functions * TL/UCP: change config interface of service worker * TL/UCP: pass ptr instead of worker in cleanup * TL/UCP: fix warnings in linter Co-authored-by: Valentin Petrov <[email protected]>
- Loading branch information
1 parent
ad9ff51
commit 6091d4f
Showing
14 changed files
with
377 additions
and
151 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.