Skip to content
  • Josh Kunz's avatar
    Add some helpful functions to avoid logical rp races · cb71a476
    Josh Kunz authored
    Sending and recving on the same RP can cause a logical race where the
    sender receives their own capability instead of the capability they were
    trying to obtain from the other end. The functions (and class) added in
    this commit allow you to bootstrap an RP into two RPs that can be used
    exclusively for sending or recving, thus avoiding the logical race.
    cb71a476