Module: HDLRuby::High::Std::HEnumeratorExit

Defined in:
lib/HDLRuby/std/hruby_enum.rb

Overview

Handle the enumeration exits.

Instance Method Summary collapse

Instance Method Details

#hbreakObject

Parallel break.



1242
1243
1244
# File 'lib/HDLRuby/std/hruby_enum.rb', line 1242

def hbreak
  throw(:"HDLRubyThrow")
end

#hcontinueObject

Parallel continue.



1247
1248
1249
# File 'lib/HDLRuby/std/hruby_enum.rb', line 1247

def hcontinue
  raise("hcontinue not implemented yet.")
end