Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample code

wsnoheto.tools.Gate myGate = wsnoheto.engine.ObjectPoolManager.getOrCreateApplicationGate("myAppGate");
myGate.enter();
try {
        ... my code ...
} finally {
        myGate.leave();
}

Stopwatch

en 2017 12 21 10 00 12Image Removed Image Added

Activity Observer

en 2017 12 21 10 01 39Image Removed Image Added