forked from googleapis/sdk-platform-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement awaitTermination() for MangedHttpJsonChannel (googlea…
…pis#1677) * feat: Implement awaitTermination() for MangedHttpJsonChannel * chore: Check if there is time to await first * chore: Check that transport is shutdown as well * chore: Add comments for executor behavior * chore: Add type cast for default executor * chore: Implement shutdownNow() * chore: Add a tests InstantiatingHttpJsonChannelProviderTest for the channel logic * chore: Add comments for the tests * chore: Add a default multiplier for IO tasks * chore: Address code smell * chore: Clean up code * chore: Shutdown executor in test * chore: Address pr comments
- Loading branch information
Showing
5 changed files
with
175 additions
and
21 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