s&
newspaperAbout
infoAbout s&box newspaperLatest News published_with_changesChanges mapRoadmap monitoringMetrics
gamesGames
sports_esportsBrowse Games rocketDiscover Games
business_centerWorkshop
sports_esportsGames landscapeMaps chairModels textureMaterials apparelClothing constructionMore..
forumForum docsDocs
docsDocumentation dashboardApi Reference schoolTutorials
inputLog in with Steam chevron_leftChange Language
简体中文EnglishРусскийEspañolPortuguês-BrasilDeutsch日本語FrançaisPolskiTürkçe한국어PirateItalianoไทย繁體中文УкраїнськаČeštinaNederlandsMagyarDanskSuomiSvenskaNorskΕλληνικάRomânăБългарскиTiếng ViệtBahasa IndonesiaEspañol-Latinoaméricaالعربية
Api
Classes
ThreadSafe
chevron_left Classes
class
ThreadSafe

Static Properties

data_objectCurrentThreadIddata_objectCurrentThreadNamedata_objectIsMainThread

Static Methods

functionsAssertIsMainThreadfunctionsAssertIsNotMainThread
ThreadSafe
Provides utilities for working with threads, particularly for identifying and asserting code is running on the main thread.
class Sandbox .
staticsealedabstractSandbox.System

data_object Static Properties 3

CurrentThreadId
int
Gets the current thread's managed thread ID.
CurrentThreadName
string
Gets the current thread's name, or null if unnamed.
IsMainThread
bool
Returns true if currently executing on the main thread.

functions Static Methods 2

AssertIsMainThread (memberName)
Throws an exception if not called from the main thread. Useful for enforcing thread safety on main-thread-only APIs.
AssertIsNotMainThread ()
Throws an exception if called from the main thread. Useful for enforcing that blocking operations don't run on the main thread.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.
  • News
  • Docs
  • Metrics
  • FAQ
  • Forum
  • Discord
  • Twitter