ArchContext :: Destructor

01 Performs deinitialization.
02

[C++] ~ArchContext();

03 To be able to include deinitialization traces of Semys Lib, the main TraceListenerRegistry is destroyed afterwards.
Since the registry uses a local mutex object to secure trace output, the library will report a memory leak in debug builds, coming from the Threading subsystem.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch ArchContext Sub-System, ArchContext

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.