The OpenD Programming Language

ThreadID

Represents the ID of a thread, as returned by Thread..id. The exact type varies from platform to platform.

import core.thread.types;
version(Windows)
alias ThreadID = uint

Meta