Module: HDLRuby::High::Std::HEnumeratorExit
- Defined in:
- lib/HDLRuby/std/hruby_enum.rb
Overview
Handle the enumeration exits.
Instance Method Summary collapse
-
#hbreak ⇒ Object
Parallel break.
-
#hcontinue ⇒ Object
Parallel continue.
Instance Method Details
#hbreak ⇒ Object
Parallel break.
1242 1243 1244 |
# File 'lib/HDLRuby/std/hruby_enum.rb', line 1242 def hbreak throw(:"HDLRubyThrow") end |
#hcontinue ⇒ Object
Parallel continue.
1247 1248 1249 |
# File 'lib/HDLRuby/std/hruby_enum.rb', line 1247 def hcontinue raise("hcontinue not implemented yet.") end |