YYC_Mutex

constructor

new YYC_Mutex()

Description

An OOP wrapper for mutex functions.

Properties

Name Description
Name The name of the mutex.

Methods

Name Description
Acquire Blocks until the mutex is acquired.
Destroy Destroys the mutex.
Release Releases the acquired mutex.

See also

yyc_mutex_acquire, yyc_mutex_create, yyc_mutex_destroy, yyc_mutex_release

Do you find this page helpful?

Copyright © 2021, Patrik Kraif. Built on October 14, 2021 using GMDoc.