@thedevs · Post #1945 · 13.09.2021 г., 13:43
React Native's many platform vision. #article#reactnative @thedevs https://kutt.it/lwbask
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #402 · 22 дек.
Отдельно разберём TaskGroup, который пришел на замену gather в Python 3.11. Ключевые отличия ▫️create_task() возвращает объект asyncio.Task, у которого есть соответствюущие методы управления. То есть у нас больше контроля ▫️это контекстный менеджер, который гарантирует что все таски будут остановлены по выходу из контекста ▫️ошибка автоматически отменяет незавершенные задачи, ▫️except* передает нам ExceptionGroup, в котором каждую ошибку можно обработать отдельно import asyncio import random async def do_it() -> str: if random.random() < 0.1: raise ValueError('Oops') delay = random.uniform(0.5, 1.5) await asyncio.sleep(delay) return delay async def main(): try: async with asyncio.TaskGroup() as tg: for _ in range(10): tasks.append(tg.create_task(do_it())) for t in tasks: print(t.result()) except *ValueError as e: for err in e.exceptions: print(err) asyncio.run(main()) Рекомендую изучить страницу Coroutines and Tasks из документации, где представлено больше интересных примеров и механизмов - таймауты - отмена задач - создание задач из другого потока #async
Hashtags
Пребарај: #reactnative
@thedevs · Post #1945 · 13.09.2021 г., 13:43
React Native's many platform vision. #article#reactnative @thedevs https://kutt.it/lwbask
Hashtags
@thedevs · Post #1679 · 05.02.2020 г., 17:47
React Native is the future of mobile at Shopify. #article#js#reactnative @thedevs https://kutt.it/9qzLL2
Hashtags
@thedevs · Post #1153 · 20.06.2018 г., 17:26
React Native at Airbnb. #article#reactnative#react#js @thedevs https://kutt.it/TpaUfA
Hashtags
@thedevs · Post #1797 · 16.08.2020 г., 16:08
Flutter and React Native performance overview. #article#reactnative#flutter @thedevs https://kutt.it/KKKnli
Hashtags
@thedevs · Post #1227 · 17.09.2018 г., 08:14
Awesome React Native UI components updated weekly. #resources#list#design#ui#js#reactnative @thedevs https://kutt.it/YJRIP5
@githubtrending · Post #14728 · 20.05.2025 г., 13:00
#typescript#android#appwrite#backend#backend_as_a_service#docker#firebase#flutter#hacktoberfest#hosting#ios#javascript#nextjs#react#react_native#reactnative#self_hosted#selfhosted#serverless#swift#web Appwrite is a backend platform that helps you build web, mobile, and Flutter apps quickly and easily. It handles complex tasks like user authentication, database management, file storage, and more, so you don’t have to build these from scratch. Appwrite is open source, secure, and works with many programming languages and frameworks. You can use it in the cloud or host it yourself using Docker. The main benefit is that it saves you time and effort, letting you focus on creating great features for your app instead of worrying about backend setup and maintenance[3][5][1]. https://github.com/appwrite/appwrite