mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 01:37:51 +08:00
10 lines
567 B
Markdown
10 lines
567 B
Markdown
[//]: # (title: Fundamentals)
|
|
|
|
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
|
|
|
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](general_threading_rules.md)
|
|
* [Messaging](messaging_infrastructure.md) |