-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDK-3862] Add sync support using decorator #535
Closed
Closed
Conversation
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
Collaborator
sacOO7
commented
Sep 29, 2023
•
edited
Loading
edited
- No need to rewrite duplicate logic for async methods
- Faster sync/async execution of the code
- Fixed Feature request: synchronous API variant #532
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 15:05
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 15:10
Inactive
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 29, 2023 15:32
a8522d0
to
7ed3ca9
Compare
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 15:33
Inactive
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 29, 2023 15:34
7ed3ca9
to
c6d99a4
Compare
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 15:34
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 15:47
Inactive
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 29, 2023 15:50
f81bae4
to
33c940b
Compare
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 15:50
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 16:08
Inactive
sacOO7
changed the title
[SDK-3862] Add sync support
[SDK-3862] Add sync support using decorator
Sep 29, 2023
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 16:57
Inactive
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 29, 2023 16:58
5adad3e
to
1ccb72d
Compare
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 16:58
Inactive
TODO
|
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 17:30
Inactive
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 29, 2023 17:31
603e9ea
to
e5fcea3
Compare
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 17:32
Inactive
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 29, 2023 17:34
e5fcea3
to
55a773f
Compare
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 29, 2023 19:55
f55fff8
to
7f87a51
Compare
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 19:56
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 20:41
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 20:45
Inactive
This reverts commit 51f1d81.
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 29, 2023 20:45
3df6611
to
0172888
Compare
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 20:45
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 20:56
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 21:34
Inactive
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 29, 2023 21:35
430dcc4
to
5e05827
Compare
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 21:36
Inactive
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 29, 2023 21:37
5e05827
to
99bf72f
Compare
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 21:38
Inactive
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 29, 2023 21:44
99bf72f
to
7edff52
Compare
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 21:44
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 29, 2023 22:16
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 30, 2023 07:09
Inactive
sacOO7
force-pushed
the
feature/add-sync-decorater
branch
from
September 30, 2023 07:18
5665509
to
6087436
Compare
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 30, 2023 07:18
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/535/features
September 30, 2023 07:24
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.