Variable FlashNode.pending_channels

List of channels which are pending to be opened

class FlashNode
{
  // ...
  std.container.dlist.DList!(agora.flash.Node.FlashNode.PendingChannel) pending_channels ;
  // ...
}