Win32Thread.this

Creates a new thread from a context.

  1. this(ThreadContext ctx)
    class Win32Thread
    @nogc @trusted nothrow
    this
    (
    ThreadContext ctx
    )
  2. this(HANDLE handle)

Parameters

ctx ThreadContext

The thread context.

Meta