2024-07-30 15:59:04 +02:00

13 lines
595 B
Markdown

<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Fundamentals
<link-summary>Fundamental low-level building blocks of the IntelliJ Platform.</link-summary>
This section describes the low-level fundamental building blocks of the IntelliJ Platform:
* The component model - how the application is hosted and composed. Lifetime and dependency management.
* [Disposers](disposers.md) - managing object lifetimes and resource cleanup
* [Threading models](threading_model.md)
* [Messaging](messaging_infrastructure.md)