Commit c1f4847
File tree
Expand file treeCollapse file tree
5 files changed
+69
-18
lines changedFilter options
- Doc/library
- Lib
- concurrent/futures
- test/test_concurrent_futures
Expand file treeCollapse file tree
5 files changed
+69
-18
lines changedDoc/library/concurrent.futures.rst
Copy file name to clipboardExpand all lines: Doc/library/concurrent.futures.rst+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
68 | 72 |
|
69 | 73 |
|
70 | 74 |
|
| 75 | + |
| 76 | + |
| 77 | + |
71 | 78 |
|
72 | 79 |
|
73 | 80 |
|
|
Lib/concurrent/futures/_base.py
Copy file name to clipboardExpand all lines: Lib/concurrent/futures/_base.py+39-8Lines changed: 39 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
| ||
569 | 570 |
|
570 | 571 |
|
571 | 572 |
|
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
572 | 582 |
|
573 | 583 |
|
574 | 584 |
|
| ||
580 | 590 |
|
581 | 591 |
|
582 | 592 |
|
583 |
| - |
| 593 | + |
584 | 594 |
|
585 | 595 |
|
586 | 596 |
|
| ||
592 | 602 |
|
593 | 603 |
|
594 | 604 |
|
| 605 | + |
| 606 | + |
595 | 607 |
|
596 | 608 |
|
597 | 609 |
|
| ||
604 | 616 |
|
605 | 617 |
|
606 | 618 |
|
| 619 | + |
| 620 | + |
607 | 621 |
|
608 |
| - |
| 622 | + |
| 623 | + |
| 624 | + |
| 625 | + |
| 626 | + |
| 627 | + |
| 628 | + |
| 629 | + |
| 630 | + |
609 | 631 |
|
610 | 632 |
|
611 | 633 |
|
612 |
| - |
| 634 | + |
613 | 635 |
|
614 |
| - |
615 |
| - |
616 | 636 |
|
617 | 637 |
|
618 | 638 |
|
619 |
| - |
| 639 | + |
620 | 640 |
|
621 |
| - |
| 641 | + |
| 642 | + |
| 643 | + |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
| 648 | + |
| 649 | + |
| 650 | + |
| 651 | + |
| 652 | + |
622 | 653 |
|
623 | 654 |
|
624 | 655 |
|
625 |
| - |
| 656 | + |
626 | 657 |
|
627 | 658 |
|
628 | 659 |
|
|
Lib/concurrent/futures/process.py
Copy file name to clipboardExpand all lines: Lib/concurrent/futures/process.py+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
656 | 656 |
|
657 | 657 |
|
658 | 658 |
|
659 |
| - |
| 659 | + |
660 | 660 |
|
661 |
| - |
662 |
| - |
| 661 | + |
663 | 662 |
|
664 | 663 |
|
665 | 664 |
|
666 | 665 |
|
667 |
| - |
| 666 | + |
668 | 667 |
|
669 | 668 |
|
670 |
| - |
671 |
| - |
| 669 | + |
672 | 670 |
|
673 | 671 |
|
674 | 672 |
|
| ||
812 | 810 |
|
813 | 811 |
|
814 | 812 |
|
815 |
| - |
| 813 | + |
816 | 814 |
|
817 | 815 |
|
818 | 816 |
|
| ||
823 | 821 |
|
824 | 822 |
|
825 | 823 |
|
| 824 | + |
| 825 | + |
826 | 826 |
|
827 | 827 |
|
828 | 828 |
|
| ||
838 | 838 |
|
839 | 839 |
|
840 | 840 |
|
841 |
| - |
| 841 | + |
842 | 842 |
|
843 | 843 |
|
844 | 844 |
|
|
Lib/concurrent/futures/thread.py
Copy file name to clipboardExpand all lines: Lib/concurrent/futures/thread.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
152 |
| - |
| 152 | + |
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
|
Lib/test/test_concurrent_futures/test_thread_pool.py
Copy file name to clipboardExpand all lines: Lib/test/test_concurrent_futures/test_thread_pool.py+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
26 | 39 |
|
27 | 40 |
|
28 | 41 |
|
|
0 commit comments