Thread.this

Sets our main struct and passes it to the parent class.

  1. this(GThread* gThread, bool ownedRef)
    class Thread
    this
    (
    GThread* gThread
    ,
    bool ownedRef = false
    )
  2. this(string name, GThreadFunc func, void* data)