Module: Mutex_m

Included in:
Classifier::Bayes, Classifier::KNN, Classifier::LSI, Classifier::LogisticRegression
Defined in:
sig/vendor/mutex_m.rbs

Overview

Type stubs for mutex_m gem

Instance Method Summary collapse

Instance Method Details

#mu_initializevoid

This method returns an undefined value.



3
# File 'sig/vendor/mutex_m.rbs', line 3

def mu_initialize: () -> void

#mu_lockvoid

This method returns an undefined value.



4
# File 'sig/vendor/mutex_m.rbs', line 4

def mu_lock: () -> void

#mu_locked?Boolean

Returns:

  • (Boolean)


8
# File 'sig/vendor/mutex_m.rbs', line 8

def mu_locked?: () -> bool

#mu_synchronizevoid

This method returns an undefined value.



6
# File 'sig/vendor/mutex_m.rbs', line 6

def mu_synchronize: [T] () { () -> T } -> T

#mu_try_lockBoolean

Returns:

  • (Boolean)


7
# File 'sig/vendor/mutex_m.rbs', line 7

def mu_try_lock: () -> bool

#mu_unlockvoid

This method returns an undefined value.



5
# File 'sig/vendor/mutex_m.rbs', line 5

def mu_unlock: () -> void