- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 55
Add Async Support #303
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
          
     Merged
      
      
    
  
     Merged
                    Add Async Support #303
Changes from 24 commits
      Commits
    
    
            Show all changes
          
          
            29 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      79e3a3c
              
                add support for async
              
              
                theGowda 6a99a74
              
                Merge branch 'luqasz:main' into main
              
              
                theGowda e6d4a8f
              
                add async timeout on open_connection
              
              
                theGowda f0869da
              
                added timeout; fix async iterator
              
              
                theGowda c079b4f
              
                 bug fix; add timeout paramter
              
              
                theGowda 9080fef
              
                Update login.py
              
              
                theGowda f35463d
              
                add async for add, remove, update
              
              
                theGowda f3e4b0c
              
                update test to use SYNC_DEFAULTS
              
              
                theGowda 072a33a
              
                Update README.rst
              
              
                theGowda 4b19946
              
                Merge branch 'main' into resolve-merge-conflict
              
              
                theGowda 648d4d7
              
                lint fix
              
              
                theGowda 9276726
              
                fix timeout argument in asyn_connect
              
              
                theGowda 6ecbcc6
              
                type check fix
              
              
                theGowda 01639e9
              
                ruff formatting
              
              
                theGowda eca271a
              
                add async_token function
              
              
                theGowda 14e4636
              
                ruff formatting in test directory
              
              
                theGowda 92c3f1e
              
                handle empty select in async
              
              
                theGowda 46ebf49
              
                empty select for async
              
              
                theGowda d9371c4
              
                change typeError to attrubuteError when iter on async iterator
              
              
                theGowda c26da6d
              
                Merge branch 'luqasz:main' into main
              
              
                theGowda 364cd71
              
                minor bug fix
              
              
                theGowda 4f2e235
              
                bug fix remove iter
              
              
                theGowda 936eda0
              
                added integration tests for async
              
              
                theGowda efc634d
              
                Merge branch 'main' into main
              
              
                theGowda 2bb2771
              
                add default timeout; add unit tests
              
              
                theGowda e61beeb
              
                ruff check
              
              
                theGowda d65abf8
              
                updated docs for async usage
              
              
                theGowda 10627cf
              
                Squashed commit of the following:
              
              
                theGowda 92599ec
              
                combine async with sync integration tests
              
              
                theGowda File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      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
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -26,3 +26,5 @@ MANIFEST | |
| .vscode | ||
|  | ||
| Pipfile.lock | ||
|  | ||
| .venv | ||
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
      
      Oops, something went wrong.
        
    
  
  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.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.