mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
13 lines
595 B
Markdown
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)
|