capsule-rs / capsule

A framework for network function development. Written in Rust, inspired by NetBricks and built on DPDK.
Apache License 2.0
393 stars 35 forks source link

change Fn to FnMut in add_periodic_task_to_core #134

Closed JakkuSakura closed 3 years ago

JakkuSakura commented 3 years ago

Description

Fixes # (issue) - if applicable

Type of change

Checklist

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 3 years ago

Codecov Report

Merging #134 (c6a48e1) into master (44771ea) will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #134      +/-   ##
==========================================
- Coverage   68.40%   68.38%   -0.02%     
==========================================
  Files          66       66              
  Lines        5972     5972              
==========================================
- Hits         4085     4084       -1     
- Misses       1887     1888       +1     
Impacted Files Coverage Δ
core/src/runtime/mod.rs 0.00% <ø> (ø)
core/src/testils/proptest/strategy.rs 82.24% <0.00%> (-0.47%) :arrow_down:

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 44771ea...c6a48e1. Read the comment docs.