class Mutex

class Mutex

lib/sync/mutex.tya:2

Mutex provides the sync/Mutex standard library API.

Source
# Mutex provides the sync/Mutex standard library API.
class Mutex
  # Mutex.native provides the sync/Mutex standard library operation.
  # @type Boolean
  native: true

Instance Variables

native

Mutex.native

lib/sync/mutex.tya:5

Mutex.native provides the sync/Mutex standard library operation.

Source
  # Mutex.native provides the sync/Mutex standard library operation.
  # @type Boolean
  native: true