Variable EventList._mutex

class EventList
{
  // ...
  core.sync.mutex.Mutex _mutex;
  // ...
}