Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1016643 // Thread Count [Dyn Module]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (4298L/21K).

!7

cmodule ThreadCount > DynBigNumber {
  start {
    setDescription("THREADS");
    dm_doEveryAndNow(1.0, r actualUpdate);
  }
  
  void actualUpdate enter {
    //time "Thread Count" { <= 1ms
      setValue(threadCount());
    //}
  }
}

Author comment

Began life as a copy of #1015915

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1016643
Snippet name: Thread Count [Dyn Module]
Eternal ID of this version: #1016643/6
Text MD5: 5663280ef88607b6273a507dd133da99
Transpilation MD5: e0bac47baa4a282ec1c61a823247d4c9
Author: stefan
Category: javax / modules
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-31 01:15:23
Source code size: 252 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 371 / 15647
Version history: 5 change(s)
Referenced in: [show references]