Namespaces

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • None
  • PHP

Classes

  • Arrays
  • CriticalSection
  • Finder
  • Html
  • Json
  • LimitedScope
  • MimeTypeDetector
  • Neon
  • Paginator
  • Strings

Exceptions

  • JsonException
  • NeonException
  • RegexpException
  • Overview
  • Namespace
  • Class
  • Tree

Class CriticalSection

Critical sections support.

Final
Namespace: Nette\Utils
Author: David Grudl
Located at Utils/CriticalSection.php
Methods summary
final public
# __construct( )

Static class - cannot be instantiated.

Static class - cannot be instantiated.

public static
# enter( )

Enters the critical section, other threads are locked out.

Enters the critical section, other threads are locked out.

public static
# leave( )

Leaves the critical section, other threads can now enter it.

Leaves the critical section, other threads can now enter it.

Nette Framework 2.0beta1 API API documentation generated by ApiGen 2.3.0