This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Runtime worker threads #7089
Runtime worker threads #7089
Changes from 60 commits
e9dcebe
d73ae86
d1a27f2
fbca518
7472521
8548494
1249b5a
abe81dd
612a730
b07e0c6
e10a58c
669465a
2752db3
b001b81
f7a02fc
fdffc76
330afa3
ff8a73c
34ec74d
04e7b9f
6708677
80b1cf9
5aace98
232bf9a
42945f1
f409af6
a7a17ee
775d3b1
57839a1
14e4a4a
33b4987
329e92f
f4f46c8
a7d7bd1
749d8db
58b36a0
9defe8f
d50047a
681aa7b
0148582
c507dc2
80942a6
6d92f8e
c514e4a
e61aee7
67177c7
9b2570a
8587edc
00ba286
b196d30
172e602
e5458d2
7b1d986
14bfbc0
2853632
7a62626
5b10f4b
0583236
fd310bd
79da04b
6e06f38
4080e1a
3d1dc8f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I find this confusing, the docs speak from the "common" case and that it could be used for something different as well. However, the variable name is "func" which already expresses it really strongly what this is.
Either the variable name should be changed or the docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fwiw, I am not entirely sure that those are contradicting:
dispatcher would pass control to some "function" ultimately and I don't think it really matters how that function is dispatched,: a function call into a table or thru a switch, or if the functions are compiled in and from the outside the dispatcher ends up not calling anything.