0
Follow
1
Followers
उदाहरण कोड इस प्रकार है:
function main(){
while(true){
onTick()
Sleep(1000)
}
}
function onTick(){
लॉग
}
और यह हर सेकंड नहीं, बल्कि हर 2 मिनट, 4 मिनट, 8 मिनट और 10 मिनट में यादृच्छिक रूप से प्रिंट हो रहा है, और अगर आप Sleep को हटा देते हैं, तो भी ऐसा ही होता है, यह क्यों है?
2020-04-30 23:02:00 जानकारी -- समय --
2020-04-30 23:00:00 जानकारी -- समय --
2020-04-30 22:58:00 जानकारी - समय -
2020-04-30 22:54:00 जानकारी -- समय --
2020-04-30 22:50:00 जानकारी -- समय --
2020-04-30 22:46:00 जानकारी -- समय-समय पर --
2020-04-30 22:36:00 जानकारी -- समय --
2020-04-30 22:32:00 जानकारी -- समय --
2020-04-30 22:24:00 जानकारी -- समय --
Related Recommendations
Advanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization
Comment
All comments (1)
- 1
