Skip to content

Commit

Permalink
Add support for read-only cowns
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalgupta97 committed Sep 2, 2024
1 parent a72b5ce commit 6ec6b0e
Show file tree
Hide file tree
Showing 5 changed files with 575 additions and 144 deletions.
2 changes: 2 additions & 0 deletions src/rt/sched/behaviour.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ namespace verona::rt
auto* s = new (&slots[i]) Slot(requests[i].cown());
if (requests[i].is_move())
s->set_move();
if (requests[i].is_read())
s->set_read_only();
}

return body;
Expand Down
Loading

0 comments on commit 6ec6b0e

Please sign in to comment.