class AnActor < Concurrent::Actor::RestartingContext
  def initialize(init)
    @counter = init
  end