-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Closed
Labels
A-concurrencyArea: ConcurrencyArea: ConcurrencyC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Description
Could macros build on #1847 to create nice syntax for selecting from differently-typed ports?
#select {
int_port: n { consume_int(n); }
str_port: s { consume_str(s); }
}
Metadata
Metadata
Assignees
Labels
A-concurrencyArea: ConcurrencyArea: ConcurrencyC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.