class WaitGroup

class WaitGroup

lib/sync/wait_group.tya:2

WaitGroup provides the sync/WaitGroup standard library API.

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

Instance Variables

native

WaitGroup.native

lib/sync/wait_group.tya:5

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

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