Skip to content
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

Allow onload callbacks to be threaded #3081

Merged
merged 6 commits into from
Jan 10, 2022
Merged

Allow onload callbacks to be threaded #3081

merged 6 commits into from
Jan 10, 2022

Conversation

philippjfr
Copy link
Member

This allows pn.state.onload callbacks to take advantage of the threading support that was recently added.

@codecov
Copy link

codecov bot commented Jan 8, 2022

Codecov Report

Merging #3081 (d31792e) into master (cf509cd) will increase coverage by 0.02%.
The diff coverage is 79.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3081      +/-   ##
==========================================
+ Coverage   83.42%   83.45%   +0.02%     
==========================================
  Files         190      190              
  Lines       25133    25177      +44     
==========================================
+ Hits        20968    21012      +44     
  Misses       4165     4165              
Impacted Files Coverage Δ
panel/command/serve.py 39.26% <0.00%> (-0.42%) ⬇️
panel/config.py 62.04% <73.07%> (+1.48%) ⬆️
panel/io/state.py 71.13% <74.07%> (+2.65%) ⬆️
panel/io/server.py 73.75% <100.00%> (-0.34%) ⬇️
panel/tests/test_server.py 100.00% <100.00%> (ø)
panel/tests/conftest.py 94.85% <0.00%> (-1.48%) ⬇️
panel/widgets/select.py 94.40% <0.00%> (+0.03%) ⬆️

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 cf509cd...d31792e. Read the comment docs.

@philippjfr philippjfr merged commit 636666e into master Jan 10, 2022
@philippjfr philippjfr deleted the onload_threaded branch January 10, 2022 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant