s&
About
The Project
infoAbout s&box mapRoadmap monitoringMetricsEngine startup and usage numbers
Updates
newspaperLatest News published_with_changesChangesRelease-by-release changelog
Games
Browse Games Discover Games
gamejamslive now

Game Jam III

Ends Fri 25 Sep
ThemeOne More Round

The jam is running. Build something, or play the entries.

£50,000
prizepool
View the jam
Workshop
Playable
sports_esportsGamesStandalone games and gamemodes
Assets
landscapeMaps view_in_arModels textureMaterials apparelClothing
appsEverythingEvery asset type in one list
Forum
Learn
Documentation
rocket_launchGetting Started docsDocumentation apiAPI Reference
Resources
schoolTutorials manage_searchCode Search
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.
Facepunch
  • News
  • Docs
  • Metrics
  • FAQ
  • Forum
  • Discord
  • Twitter