Uses 911K of libraries. Click here for Pure Java version (7535L/37K).
1 | !7 |
2 | |
3 | cmodule ELESuggestionCollector > ELESuggester {
|
4 | void process_impl(S input) {
|
5 | thread {
|
6 | repeat 50 { // TODO: better handling
|
7 | sleepSeconds(0.1); |
8 | collectData(input); |
9 | } |
10 | } |
11 | } |
12 | |
13 | void collectData(S input) {
|
14 | LS moduleIDs = vmBus_queryAll eleSuggester(); |
15 | LLS allLists = dm_optPcallAll(moduleIDs, 'suggestions); |
16 | showSuggestions(input, mapNonNulls first(allLists)); |
17 | } |
18 | } |
Began life as a copy of #1026748
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026764 |
| Snippet name: | ELE: Suggestion Collector [dev.] |
| Eternal ID of this version: | #1026764/4 |
| Text MD5: | 7f12e1795f130103661a5aaaa748e3ff |
| Transpilation MD5: | b6f7bb612946aef3c510f8059e5b2be9 |
| Author: | stefan |
| Category: | javax / ele |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-21 14:45:46 |
| Source code size: | 436 bytes / 18 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 387 / 584 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |