readers-writers problem

短语

词形变化

readers-writers problems 复数

释义与例句

n.
  1. 1.

    Any of a class of problems in which many concurrent threads of execution try to access the same shared resource at one time, with constraints on which threads may read from and write to the resource.

    计算机 工程 数学