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

7
LINES

< > BotCompany Repo | #1002921 // hotwireDependent - hotwire and register for cleanup

JavaX fragment (include)

static L<WeakReference<Class>> hotwire_classes = synchroList();

static Class<?> hotwireDependent(S src) {
  Class c = hotwire(src);
  makeDependent(c);
  ret c;
}

Author comment

Began life as a copy of #1000631

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1002921
Snippet name: hotwireDependent - hotwire and register for cleanup
Eternal ID of this version: #1002921/3
Text MD5: 9ccba582aa94aa58fba3788119ac942c
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-15 17:23:28
Source code size: 171 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 691 / 771
Version history: 2 change(s)
Referenced in: #1003121 - makeDependent - register class for for cleanup and copy local_log
#1003249 - includeDependent - include and make dependent
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1008365 - runDependent - hotwire, register for cleanup, run main
#3000382 - Answer for ferdie (>> t = 1, f = 0)