# File lib/em/completion.rb, line 237
    def completed?
      completion_states.any? { |s| state == s }
    end