Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
12.4. Using Additional Concurrency Mechanisms
Rexx has additional concurrency mechanisms that can add full concurrency so that more than one method of a given scope can run in an object at a time:
The SETUNGUARDED method of the Method class and the UNGUARDED option of the METHOD directive provide unconditional concurrency
GUARD OFF and GUARD ON control a method's exclusive access to an object's scope
Prev
12.3.1. Sending Messages within an Activity
Up
Home
Next
12.4.1. SETUNGUARDED Method and UNGUARDED Option