Variable Loop.pendings

Pending watchers.

class Loop
{
  // ...
  DList!(tanya.async.watcher.Watcher) pendings ;
  // ...
}