Transpiled version (3076L) is out of date.
1 | static <A> L<A> parallelEval(ThreadPoolExecutor executor default null, L<IF0<A>> l) {
|
2 | ret parallelMap2(executor, l, func(IF0<A> f) -> A { callF(f) });
|
3 | } |
4 | |
5 | static <A> L<A> parallelEval(ThreadPoolExecutor executor default null, IF0<A>... l) {
|
6 | ret parallelEval(executor, asVirtualList(l)); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030097 |
| Snippet name: | parallelEval |
| Eternal ID of this version: | #1030097/5 |
| Text MD5: | cd0e3fc46a158e742329e65df8fb0152 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-01-07 02:38:50 |
| Source code size: | 297 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 385 / 521 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |