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

chore: rename some parameters #656

Merged
merged 1 commit into from
Nov 13, 2024
Merged

chore: rename some parameters #656

merged 1 commit into from
Nov 13, 2024

Conversation

panjf2000
Copy link
Owner

interface{} --> any
itf/i --> a
queue.TaskFunc --> queue.Func
queue.Run --> queue.Exec
arg --> parameter

Also, update some comments to make more sense.

interface{} --> any
itf/i --> a
queue.TaskFunc --> queue.Func
queue.Run --> queue.Exec
arg --> parameter

Also, update some comments to make more sense.
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.82%. Comparing base (a0c9787) to head (47ab6a3).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #656   +/-   ##
=======================================
  Coverage   78.82%   78.82%           
=======================================
  Files          21       21           
  Lines        2546     2546           
=======================================
  Hits         2007     2007           
  Misses        420      420           
  Partials      119      119           
Flag Coverage Δ
unittests 78.82% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@panjf2000 panjf2000 merged commit 2f1bf9b into dev Nov 13, 2024
35 checks passed
@panjf2000 panjf2000 deleted the interface2any branch November 13, 2024 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant