Results 1 to 2 of 2

Thread: asynchronous thread.

  1. #1
    Join Date
    Jun 2010
    Posts
    38
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default asynchronous thread.

    I will do something maybe use asynchronous thread,but I didn't find the QThread has this part.Just QtConcurrentRun introduce a little. Is there more information?

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: asynchronous thread.

    Threads are asynchronous by nature. They let you run code separatly from your main thread. You can use events or signals and slots to communicate between threads.

    I think you're confused by some functions provided by certain classes. Blocking functions do block till they return. But they have nothing to do with threads. In fact, threads are used to make blocking code more usable.

Similar Threads

  1. Article about asynchronous operations
    By skrzypu in forum Qt Programming
    Replies: 0
    Last Post: 10th March 2010, 11:43
  2. DBUS and Asynchronous slots
    By HERC in forum Qt Programming
    Replies: 0
    Last Post: 23rd February 2010, 09:15
  3. asynchronous file copy
    By doggrant in forum Qt Programming
    Replies: 4
    Last Post: 5th February 2010, 10:13
  4. asynchronous vs. synchroneous
    By timmu in forum Qt Programming
    Replies: 4
    Last Post: 28th August 2009, 10:48
  5. QSocket asynchronous read-write
    By ct in forum Newbie
    Replies: 1
    Last Post: 21st March 2006, 09:59

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.