Qt 6 - Episode 21 - Intro to threading

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

ความคิดเห็น • 17

  • @AIDsLTK
    @AIDsLTK 3 ปีที่แล้ว +2

    Welcome back we missed your videos.

  • @iHapiW
    @iHapiW 2 ปีที่แล้ว

    the best teacher, who explain complex stuff in the easiest way

  • @fanpeter-z3c
    @fanpeter-z3c 3 ปีที่แล้ว +3

    your QT series is amazing

  • @pouyanebrahimbabaie5811
    @pouyanebrahimbabaie5811 9 หลายเดือนก่อน

    Thank you very much, best video on this topic by far

  • @Gandalfbaws
    @Gandalfbaws ปีที่แล้ว +1

    amazing tutorial

  • @mikael5743
    @mikael5743 3 ปีที่แล้ว +1

    Thank you

  • @raidg
    @raidg 3 ปีที่แล้ว +1

    Thank you for new video

  • @emzy1676
    @emzy1676 3 ปีที่แล้ว +1

    Thank you man

  • @Manfred_Z
    @Manfred_Z ปีที่แล้ว

    I am sorry, but this is increadible compicated !!!!

  • @Ev3r0x
    @Ev3r0x 3 ปีที่แล้ว

    4:08 most modern processors have at least 2 logical cores on one physical core and can then execute up to 2 threads at the same time on a single core

    • @VoidRealms
      @VoidRealms  3 ปีที่แล้ว +3

      Correct but there are folks that watch these on single core windows 7 machines ;)

  • @thienpq
    @thienpq ปีที่แล้ว

    I have question, in QT Udemy lession 125 (session 16-5), you make a QScopedPointer for Task*, and run Task in other Thread, so, when end of main function, the Thread should crash, isn't it ???

  • @hamtaroyt
    @hamtaroyt 11 หลายเดือนก่อน

    How can I connect a signal from a thread to a UI thread?

  • @amiralnar
    @amiralnar 3 ปีที่แล้ว

    That's so great i can't breath 😍

  • @computervisionlab2119
    @computervisionlab2119 2 ปีที่แล้ว

    My question is that how to emit something inside thread to the main thread safely ?

    • @VoidRealms
      @VoidRealms  2 ปีที่แล้ว +1

      Signals and slots with the qued connection type

  • @daliusb.5923
    @daliusb.5923 3 ปีที่แล้ว +1

    Thank you