~ LineageOS 16 è qui ~
#OP3#OPT#OP5#OP5T#modding#lineage
Finalmente è iniziato il rialscio della LineageOS 16.0 basata su Android Pie, una delle ROM più note nel panorama del modding e l'erede della storia CyanogenMod. Tra le novità, oltre a quelle di Pie, figurano delle API migliorate, nuove funzionalità in Trust e il blocco delle connessioni USB quando il dispositivo è bloccato. Molti dei dispositivi OnePlus, come al solito, sono stati inseriti nella lista dei primi fortunati a riceverla:
• OnePlus 3
• OnePlus 3T
• OnePlus 5
• OnePlus 5T
Le prime build arriveranno in giornata. I download sono disponibili come al solito nel portale ufficiale oppure negli aggiornamenti se avete già LineageOS 15.1
Pierre
https://docs.python.org/3/library/asyncio.html
#asyncio
#Asynchronous programming is more complex than classical “#sequential” programming: see the Develop with asyncio page which lists common traps and explains how to avoid them. Enable the debug mode during development to detect common issues.
http://wla.berkeley.edu/~cs61a/fa11/lectures/streams.html
In this chapter, we continue our discussion of real-world applications by developing new tools to process #sequential#data. In Chapter 2, we introduced a sequence interface, implemented in Python by built-in data types such as #tuple and #list. #Sequences supported two operations: querying their length and accessing an element by index. In Chapter 3, we developed a user-defined implementations of the sequence interface, the Rlist class for representing recursive lists. These sequence types proved effective for representing and accessing a wide variety of sequential #datasets.