launchInAThread

Launch a function in a newly created thread, which is destroyed afterwards. Return the thread so that you can call .join() on it.

nothrow @nogc
launchInAThread
(
ThreadDelegate dg
)

Meta