s&
newspaper
About
info
About s&box
newspaper
Latest News
published_with_changes
Changes
map
Roadmap
monitoring
Metrics
games
Games
sports_esports
Browse Games
rocket
Discover Games
business_center
Workshop
sports_esports
Games
landscape
Maps
chair
Models
texture
Materials
apparel
Clothing
construction
More..
forum
Forum
docs
Docs
docs
Documentation
dashboard
Api Reference
school
Tutorials
input
Log in with Steam
chevron_left
Change Language
简体中文
English
Русский
Español
Português-Brasil
Deutsch
日本語
Français
Polski
Türkçe
한국어
Pirate
Italiano
ไทย
繁體中文
Українська
Čeština
Nederlands
Magyar
Dansk
Suomi
Svenska
Norsk
Ελληνικά
Română
Български
Tiếng Việt
Bahasa Indonesia
Español-Latinoamérica
العربية
Api
Classes
ThreadSafe
chevron_left
Classes
class
ThreadSafe
search
Static Properties
data_object
CurrentThreadId
data_object
CurrentThreadName
data_object
IsMainThread
Static Methods
functions
AssertIsMainThread
functions
AssertIsNotMainThread
ThreadSafe
Provides utilities for working with threads, particularly for identifying and asserting code is running on the main thread.
class
Sandbox
.
static
sealed
abstract
Sandbox.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.