ThreadID

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

  1. alias ThreadID = uint
    version(Windows)
    alias ThreadID = uint
  2. alias ThreadID = pthread_t

Meta