It possible to obtain results from the Worker object (QRunnable subclass) in other way than signals? The reason for this is that I don't think (please correct me if I'm wrong) that signals should be used for sending large amounts of data e.g. like dictionaries with COM MailItem objects from outlook which I processed asynchronously with pythoncom.CoInitialize() or big pd.DataFrames. As I understand, the data transfer through signals/slots is slow. Is there a safe way to return the worker object after QThreadpool finished running so I could retrieve the results attached to it?
Getting results from subthread to main thread in other way than signals
84 views Asked by LukaszPe At
0
There are 0 answers
Related Questions in PYTHON
- How to store a date/time in sqlite (or something similar to a date)
- Instagrapi recently showing HTTPError and UnknownError
- How to Retrieve Data from an MySQL Database and Display it in a GUI?
- How to create a regular expression to partition a string that terminates in either ": 45" or ",", without the ": "
- Python Geopandas unable to convert latitude longitude to points
- Influence of Unused FFN on Model Accuracy in PyTorch
- Seeking Python Libraries for Removing Extraneous Characters and Spaces in Text
- Writes to child subprocess.Popen.stdin don't work from within process group?
- Conda has two different python binarys (python and python3) with the same version for a single environment. Why?
- Problem with add new attribute in table with BOTO3 on python
- Can't install packages in python conda environment
- Setting diagonal of a matrix to zero
- List of numbers converted to list of strings to iterate over it. But receiving TypeError messages
- Basic Python Question: Shortening If Statements
- Python and regex, can't understand why some words are left out of the match
Related Questions in QT
- qt c++ fonction converting adress to coordinates (longitude, latitude)
- Qml table and chart using python
- Qt: running callback in the main thread from the worker thread
- i have installed qt version 6.0.3 and this error QMYSQL driver not loaded displaying again and again
- Frameless Qt + WinAPI maximized window size is bigger than the availableGeometry()
- new window with c++ qt
- How to get scaling from transformation matrix
- How to build just Qt core libraries from Qt sources
- doxyqml not documenting qml files properly
- Incorrect assignment from a QStringList to a char * array
- How to make QT Chart size larger than widget size?
- Queued async operations with QtConcurrent interfere QImage from freed
- Questions about qt5 dynamic link library
- how to document QML files inside C++ project?
- How do I keep my screen contents centered and also have a scrollbar in QT?
Related Questions in THREADPOOL
- C++ error: no matching member function for call to 'enqueue' futures.emplace_back(TP.enqueue(sum_plus_one, x, &M));
- Efficiently Handling Large Number of API Calls with Delphi 10.4 and OmniThreadLibrary
- RedisConnectionFailureException intermittently
- Java custom ThreadPool - pause task submission and cancel current queued tasks
- DataInputStream not recognising input
- Why is publishDir not copying large directories?
- asio using both coroutine and thread_pool issue
- The infinite loop to make the connection with opcua server, regardless of disconnecting the client
- Tcl Thread: Why this ten lines don't commit in parallel?
- ThreadPoolExecutor too fast for CPU bound task
- Handling a thread crash
- Why do I see this error "org.springframework.core.task.TaskRejectedException" when using Spring Framework 5.3.2?
- Can using a CPU with higher computing power necessarily reduce the number of required logical cores under the same load?
- How does the ThreadPool decide which type of thread to use for a work item
- std::thread move problem (use member function)
Related Questions in WORKER
- What are the implications of Flask-MQTT statement, "Flask-MQTT is currently not suitable for the use with multiple worker instances?"
- NodeJS Worker as slow/slower than as regular Single Thread Program
- Using Autofac with HostApplicationBuilder
- django-celery-beat loading task but celery worker not receiving it
- Email sender worker class as a windows service isn't working .net core c#
- Temporal Workflow Issue in python: Workflow is not running in background, Unable to Trigger New Workflow Unit Until Current One Finishes
- integrate webworker with axios for crud operation on data in react project
- How to read proxies from file 1 by 1 and then repeat them in same natural order in JS?
- How can I pass a Float32Array to a worker in Firefox?
- SecurityException on a running foreground service when permission revoked
- Automatic Load Balancer with Locust 2.20.0 on Windows - High Ping and Scaling Challenges
- nexrender-cli video rendering is getting failed due to file read issue
- react screenshot is too slow,i want to use worker, but i meet some question
- Queue worker freezes unexpectedly and requires restart work work again
- Is there any way for .Net Worker Service to Recover After Restart?
Related Questions in QRUNNABLE
- QRunnable with setAutoDelete(False) leads to memory leak in PySide6
- why can't i close a QThreadPool?
- Why PySide6 application crashes when hovering over custom button while executing several QRunnables in QThreadPool
- Qt GUI application crashes calling QThreadPool start two times
- Getting results from subthread to main thread in other way than signals
- What problem causes exit code -1073741819 (0xC0000005) while pyqtSignal.emit()?
- QThreadPool doesn't release memory after QRunnable has ended
- PyQt5; Problem with QRunnable and QThreadPool
- QProgressBar stuck when QRunnable runs a loop function passed in
- What is the best way to stop (interrupt) QRunnable in QThreadPool?
- How to stay in QRunnable with async code (e.g. QWebEnginePage.load() or QWebEnginePage.printToPdf())
- Why is GUI responsiveness impaired by a Worker thread?
- PyQt5 Use a QRunnable to launch other QRunnables
- PyQt5 how multiple QRunnable report progress and final result
- why can't i use a QRunnable object in this case?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)