s&
About
The Project
info
About s&box
map
Roadmap
monitoring
Metrics
Engine startup and usage numbers
Updates
newspaper
Latest News
published_with_changes
Changes
Release-by-release changelog
Games
Browse Games
Discover Games
gamejams
live now
Game Jam III
Ends
Fri 25 Sep
Theme
One More Round
The jam is running. Build something, or play the entries.
£
50,000
prizepool
View the jam
Workshop
Playable
sports_esports
Games
Standalone games and gamemodes
Assets
landscape
Maps
view_in_ar
Models
texture
Materials
apparel
Clothing
apps
Everything
Every asset type in one list
Forum
Learn
Documentation
rocket_launch
Getting Started
docs
Documentation
api
API Reference
Resources
school
Tutorials
manage_search
Code Search
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
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.