Public Member Functions | |
| Task | InvokeOnMainThread (Action action, Func< Exception, Exception >? exceptionHandler=null) |
| Task | InvokeOnMainThreadNow (Action action, Func< Exception, Exception >? exceptionHandler=null) |
| bool | IsMainThread () |
| Task Buzzware.Cascade.ICascadePlatform.InvokeOnMainThread | ( | Action | action, |
| Func< Exception, Exception >? | exceptionHandler = null ) |
Implemented in Buzzware.Cascade.Testing.MockCascadePlatform.
| Task Buzzware.Cascade.ICascadePlatform.InvokeOnMainThreadNow | ( | Action | action, |
| Func< Exception, Exception >? | exceptionHandler = null ) |
Implemented in Buzzware.Cascade.Testing.MockCascadePlatform.
| bool Buzzware.Cascade.ICascadePlatform.IsMainThread | ( | ) |
Implemented in Buzzware.Cascade.Testing.MockCascadePlatform.