# File lib/sup/source.rb, line 188
  def [](id)
    @source_mutex.synchronize { @sources[id] }
  end