wth -- Thread time .vs Subroutine time

General FreeBASIC programming questions.
Post Reply
12val12newakk
Posts: 35
Joined: Nov 14, 2019 17:04

Re: wth -- Thread time .vs Subroutine time

Post by 12val12newakk »

Thank you, the code is becoming hard to read. I’ll leave such attempts for now
fxm
Moderator
Posts: 12132
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: wth -- Thread time .vs Subroutine time

Post by fxm »

Thread synchronization is a fairly complex and very delicate subject to avoid all cases of blocking or asynchronism which are difficult both to highlight and to investigate.
This first requires great coding rigor.
Post Reply