await
Suspend execution until the result of a Future is ready. 暂停执行,直到一个 Future 的结果就绪。
.awaiting a future will suspend the current function’s execution until the executor has run the future to completion. 对一个 Future 使用 .awa…
1、在桌面新建idea.desktop
vim idea.desktop [Desktop Entry]
EncodingUTF-8
NameIntelliJ IDEA
CommentIntelliJ IDEA
Exec/home/software/idea-2021/bin/idea.sh
Icon/home/software/idea-2021/bin/idea.svg
Terminalfalse
TypeApplication
CategoriesApplication;Developm…