Skip to content
Snippets Groups Projects

Replace Arc<Box<dyn Scheme>> with Arc<dyn Scheme>.

Merged Jacob Lorentzon requested to merge 4lDO2/kernel:schemes-no-arc-box into master

Removes one level of indirection, by replacing the type of the entries in the scheme BTreeMap, from Arc<Box<dyn Scheme + Send + Sync>> with Arc<dyn Scheme + Send + Sync.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading