2022-01-12 12:09:34 +01:00

10 lines
567 B
Markdown

[//]: # (title: Fundamentals)
<!-- Copyright 2000-2022 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)