|
6 | 6 | msgstr "" |
7 | 7 | "Project-Id-Version: aiomisc 16.1.16\n" |
8 | 8 | "Report-Msgid-Bugs-To: \n" |
9 | | -"POT-Creation-Date: 2025-03-03 15:03+0100\n" |
| 9 | +"POT-Creation-Date: 2025-07-24 00:14+0200\n" |
10 | 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
11 | 11 | " Last-Translator: Ivan Sitkin <[email protected]>\n" |
12 | 12 | " Language-Team: LANGUAGE <[email protected]>\n" |
@@ -604,12 +604,18 @@ msgid "Bases: :py:class:`~aiomisc.iterator_wrapper.QueueWrapperBase`" |
604 | 604 | msgstr "" |
605 | 605 |
|
606 | 606 | #: aiomisc.iterator_wrapper.IteratorProxy:1 of |
607 | | -msgid "Bases: :py:class:`~typing.AsyncIterator`" |
| 607 | +msgid "" |
| 608 | +"Bases: :py:class:`~typing.Generic`\\ " |
| 609 | +"[:py:obj:`~aiomisc.iterator_wrapper.T`], " |
| 610 | +":py:class:`~typing.AsyncIterator`" |
608 | 611 | msgstr "" |
609 | 612 |
|
610 | 613 | #: aiomisc.iterator_wrapper.IteratorWrapper:1 of |
611 | 614 | msgid "" |
612 | | -"Bases: :py:class:`~typing.AsyncIterator`, " |
| 615 | +"Bases: :py:class:`~typing.Generic`\\ " |
| 616 | +"[:py:obj:`~aiomisc.iterator_wrapper.P`, " |
| 617 | +":py:obj:`~aiomisc.iterator_wrapper.T`], " |
| 618 | +":py:class:`~typing.AsyncIterator`, " |
613 | 619 | ":py:class:`~aiomisc.compat.EventLoopMixin`" |
614 | 620 | msgstr "" |
615 | 621 |
|
@@ -864,6 +870,30 @@ msgstr "" |
864 | 870 | msgid "futures. Futures that are completed or running will not be cancelled." |
865 | 871 | msgstr "" |
866 | 872 |
|
| 873 | +#: aiomisc.thread_pool.Threaded:1 aiomisc.thread_pool.ThreadedIterable:1 of |
| 874 | +msgid "" |
| 875 | +"Bases: :py:class:`~typing.Generic`\\ [:py:obj:`~aiomisc.thread_pool.P`, " |
| 876 | +":py:obj:`~aiomisc.thread_pool.T`]" |
| 877 | +msgstr "" |
| 878 | + |
| 879 | +#: aiomisc.thread_pool.ThreadedIterableSeparate:1 of |
| 880 | +msgid "" |
| 881 | +"Bases: :py:class:`~aiomisc.thread_pool.ThreadedIterable`\\ " |
| 882 | +"[:py:obj:`~aiomisc.thread_pool.P`, :py:obj:`~aiomisc.thread_pool.T`]" |
| 883 | +msgstr "" |
| 884 | + |
| 885 | +#: aiomisc.thread_pool.ThreadedSeparate:1 of |
| 886 | +msgid "" |
| 887 | +"Bases: :py:class:`~aiomisc.thread_pool.Threaded`\\ " |
| 888 | +"[:py:obj:`~aiomisc.thread_pool.P`, :py:obj:`~aiomisc.thread_pool.T`]" |
| 889 | +msgstr "" |
| 890 | + |
| 891 | +#: aiomisc.thread_pool.ThreadedSeparate:1 of |
| 892 | +msgid "" |
| 893 | +"A decorator to run a function in a separate thread. It returns an " |
| 894 | +"`asyncio.Future` that can be awaited." |
| 895 | +msgstr "" |
| 896 | + |
867 | 897 | #: aiomisc.thread_pool.WorkItem:1 of |
868 | 898 | msgid "Bases: :py:class:`~aiomisc.thread_pool.WorkItemBase`" |
869 | 899 | msgstr "" |
@@ -1283,3 +1313,12 @@ msgstr "Модуль ``aiomisc.worker_pool``" |
1283 | 1313 | #~ "\n" |
1284 | 1314 | #~ "asyncio.run(main())" |
1285 | 1315 | #~ msgstr "" |
| 1316 | + |
| 1317 | +#~ msgid "Bases: :py:class:`~typing.AsyncIterator`" |
| 1318 | +#~ msgstr "" |
| 1319 | + |
| 1320 | +#~ msgid "" |
| 1321 | +#~ "Bases: :py:class:`~typing.AsyncIterator`, " |
| 1322 | +#~ ":py:class:`~aiomisc.compat.EventLoopMixin`" |
| 1323 | +#~ msgstr "" |
| 1324 | + |
0 commit comments