Jisho

×
(同期)
Wikipedia definition
1. Monitor (synchronization)In concurrent programming, a monitor is an object or module intended to be used safely by more than one thread. The defining characteristic of a monitor is that its methods are executed with mutual exclusion. That is, at each point in time, at most one thread may be executing any of its methods. This mutual exclusion greatly simplifies reasoning about the implementation of monitors compared to reasoning about parallel code that updates a data structure.
Read “Monitor (synchronization)” on English Wikipedia
Read “モニタ (同期)” on Japanese Wikipedia
Read “Monitor (synchronization)” on DBpedia

Discussions

to talk about this word.