GetCurrentThread method

Pointer<Void> GetCurrentThread()

Implementation

ffi.Pointer<ffi.Void> GetCurrentThread() {
  return _GetCurrentThread();
}