SMutex.make

Static factory method.

struct SMutex
static
shared(SMutex)
make
(
Args...
)
(
Args args
)

Parameters

args Args

Arguments to the Mutex constructor.

Return Value

Type: shared(SMutex)

A shared SMutex, by value.

Meta