File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""
22Implementation of the PEP 3156 Event-Loop with Qt.
33
4- This package is originally at https://github.com/CabbageDevelopment/qasync,
5- licensed under the BSD license;
6- It is modified since the original was unmaintained for two years. References
7- to Event Loop Policies was removed, since it's scheduled to be deprecated in
8- Python 3.16.
9-
10- Copyright (c) 2025 Xinyuan Zhou <johnzhou721@gmail.com>
114Copyright (c) 2018 Gerard Marull-Paretas <gerard@teslabs.com>
125Copyright (c) 2014 Mark Harviston <mark.harviston@gmail.com>
136Copyright (c) 2014 Arve Knudsen <arve.knudsen@gmail.com>
2013 "Gerard Marull-Paretas <gerard@teslabs.com>, "
2114 "Mark Harviston <mark.harviston@gmail.com>, "
2215 "Arve Knudsen <arve.knudsen@gmail.com>" ,
23- "Xinyuan Zhou <johnzhou721@gmail.com>" ,
2416)
2517__all__ = ["QEventLoop" , "QThreadExecutor" , "asyncSlot" , "asyncClose" ]
2618
You can’t perform that action at this time.
0 commit comments