Move decoder process handling to separate thread to avoid exhaustuion

This commit is contained in:
Jordan Sherer
2019-11-19 10:39:27 -05:00
parent 2a320ddcdd
commit 1a03619a2f
4 changed files with 376 additions and 346 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
call flush(6)
ndecoded = my_js8a%decoded + my_js8b%decoded + my_js8c%decoded + my_js8e%decoded
call sleep_msec(3000)
!call sleep_msec(3000)
write(*,1010) ndecoded
1010 format('<DecodeFinished>',i4)
call flush(6)