We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af1a11 commit 3cba86aCopy full SHA for 3cba86a
doc/CEF_Close.md
@@ -1,6 +1,7 @@
1
我来说windows下CEF3.2171的关闭流程,里面会引用一部分官方库的文档和个人的伪代码,为了辅助理解——
2
以下是截取自cef_life_span_handler.h的头文件文档,所以一部分文档他还是写在头文件里的,根据他的流程,能很快的去梳理相关逻辑
3
-// The CefLifeSpanHandler::OnBeforeClose() method will be called immediately
+
4
+ >// The CefLifeSpanHandler::OnBeforeClose() method will be called immediately
5
// before the browser object is destroyed. The application should only exit
6
// after OnBeforeClose() has been called for all existing browsers.
7
//
@@ -345,4 +346,4 @@ post被接收
345
346
CefShutDown
347
```
348
-这就一些对CEF CLOSE的个人理解的心得
349
+这就一些对CEF CLOSE的个人理解的心得
0 commit comments