1 | static L afterDelegatingToThread_operations = synchroList(); |
2 | |
3 | static void afterDelegatingToThread(Thread t) { |
4 | for (O op : cloneList(afterDelegatingToThread_operations)) |
5 | pcallF(op, t); |
6 | } |
7 | |
8 | static void afterDelegatingToThread_do(O f) { |
9 | setAdd(afterDelegatingToThread_operations, f); |
10 | } |
Began life as a copy of #1012795
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012796 |
Snippet name: | afterDelegatingToThread - see beforeDelegatingToThread |
Eternal ID of this version: | #1012796/5 |
Text MD5: | d6387fa433cc029e4d641559c8b7ae68 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-13 16:40:20 |
Source code size: | 298 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 426 / 445 |
Version history: | 4 change(s) |
Referenced in: | [show references] |