mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
567 B
567 B
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 - managing object lifetimes and resource cleanup
- Threading models
- Messaging