mutils.job_manager.shared_utils

Module with helper functions for multithreated modules

Public Imports

std.experimental.allocator.mallocator
public import std.experimental.allocator.mallocator;
Undocumented in source.

Members

Functions

testMultithreaded
void testMultithreaded(void delegate() func, uint threadsCount)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

dispose (from std.experimental.allocator)
public import std.experimental.allocator : make, makeArray, dispose;
Undocumented in source.
make (from std.experimental.allocator)
public import std.experimental.allocator : make, makeArray, dispose;
Undocumented in source.
makeArray (from std.experimental.allocator)
public import std.experimental.allocator : make, makeArray, dispose;
Undocumented in source.

Meta