uplink icon indicating copy to clipboard operation
uplink copied to clipboard

Fix asynchronous callback wrapping

Open returnnullptr opened this issue 3 years ago • 1 comments

Fixes #256.

Changes proposed in this pull request:

  • Fix threaded_callback to work with async callbacks. This restores behavior that was changed in v0.9.6 (#248).

Attention: @prkumar

returnnullptr avatar Feb 15 '22 10:02 returnnullptr

Codecov Report

Merging #257 (2bd62e6) into master (d9aa5b2) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #257   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           44        44           
  Lines         2464      2466    +2     
  Branches       358       359    +1     
=========================================
+ Hits          2464      2466    +2     
Impacted Files Coverage Δ
uplink/clients/aiohttp_.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d9aa5b2...2bd62e6. Read the comment docs.

codecov[bot] avatar Feb 15 '22 10:02 codecov[bot]