이 페이지에서

QtTaskTree::QThreadFunctionBase Class

class QtTaskTree::QThreadFunctionBase

QThreadFunction 클래스 템플릿의 기본 클래스입니다. 더 보기...

헤더: #include <qthreadfunctiontask.h>
CMake: find_package(Qt6 REQUIRED COMPONENTS TaskTree)
target_link_libraries(mytarget PRIVATE Qt6::TaskTree)
qmake: QT += tasktree
이후: Qt 6.11
상속된 사람:

QtTaskTree::QThreadFunction

참고: 이 클래스의 모든 함수는 재진입됩니다.

정적 공용 멤버

void syncAll()

상세 설명

멤버 함수 문서

[static] void QThreadFunctionBase::syncAll()

이 메서드는 애플리케이션 종료 시 호출하여 QThreadFunction 을 통해 시작된 아직 실행 중인 모든 함수의 마무리를 동기화해야 합니다. 이 호출은 메인 스레드에서 실행되어야 합니다.

QThreadFunction::setAutoDelayedSync()도 참조하세요 .

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.