class DispatcherHolderTest_DestroyLoopHolderOnItsOwnThread_Test

Defined at line 41 of file ../../src/ui/scenic/lib/utils/tests/dispatcher_holder_unittest.cc

Demonstrates that a loop *holder* can be destroyed on its own thread, by posting a task

to destroy the *loop* on a different dispatcher. This must be done because if you try to destroy

the loop on its own dispatcher's thread, it will deadlock as the thread tries to join itself.

Public Methods

void DispatcherHolderTest_DestroyLoopHolderOnItsOwnThread_Test ()

Defined at line 41 of file ../../src/ui/scenic/lib/utils/tests/dispatcher_holder_unittest.cc

void DispatcherHolderTest_DestroyLoopHolderOnItsOwnThread_Test (const DispatcherHolderTest_DestroyLoopHolderOnItsOwnThread_Test & )

Defined at line 41 of file ../../src/ui/scenic/lib/utils/tests/dispatcher_holder_unittest.cc

void DispatcherHolderTest_DestroyLoopHolderOnItsOwnThread_Test (DispatcherHolderTest_DestroyLoopHolderOnItsOwnThread_Test && )

Defined at line 41 of file ../../src/ui/scenic/lib/utils/tests/dispatcher_holder_unittest.cc

DispatcherHolderTest_DestroyLoopHolderOnItsOwnThread_Test & operator= (const DispatcherHolderTest_DestroyLoopHolderOnItsOwnThread_Test & )

Defined at line 41 of file ../../src/ui/scenic/lib/utils/tests/dispatcher_holder_unittest.cc

DispatcherHolderTest_DestroyLoopHolderOnItsOwnThread_Test & operator= (DispatcherHolderTest_DestroyLoopHolderOnItsOwnThread_Test && )

Defined at line 41 of file ../../src/ui/scenic/lib/utils/tests/dispatcher_holder_unittest.cc

void ~DispatcherHolderTest_DestroyLoopHolderOnItsOwnThread_Test ()

Defined at line 41 of file ../../src/ui/scenic/lib/utils/tests/dispatcher_holder_unittest.cc