Smithay / calloop

A callback-based Event Loop
MIT License
178 stars 36 forks source link

Add a combining operator (bit-or) for the PostAction enum. #88

Closed detly closed 2 years ago

detly commented 2 years ago

Closes #87.

(This is a draft until I add some tests.)

This is ready to go now.

codecov[bot] commented 2 years ago

Codecov Report

Merging #88 (d4b4aab) into master (00763bd) will decrease coverage by 3.83%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   81.48%   77.64%   -3.84%     
==========================================
  Files          16       15       -1     
  Lines        1080      859     -221     
==========================================
- Hits          880      667     -213     
+ Misses        200      192       -8     
Impacted Files Coverage Δ
src/sources/mod.rs 85.43% <100.00%> (+1.06%) :arrow_up:
src/sys/mod.rs 84.78% <0.00%> (-2.98%) :arrow_down:
src/sys/kqueue.rs

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 00763bd...d4b4aab. Read the comment docs.