Skip to content

Commit

Permalink
test: add QueuingPortReceiver to example
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenautumns authored and dadada committed Apr 12, 2024
1 parent cc3859e commit bdad689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/partition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ mod hello {
#[queuing_out(msg_count = 20, msg_size = "12KB", discipline = "FIFO")]
struct Channel3;

#[queuing_in(msg_count = 10, msg_size = "2MB", discipline = "Priority")]
struct ChannelFour;

#[start(cold)]
fn cold_start(ctx: start::Context) {
warm_start(ctx);
Expand Down

0 comments on commit bdad689

Please sign in to comment.