Search notes:

Python: asyncio.Future

asyncio.Future represents the eventual result of an asynchronous operation.
asyncio.Future is not thread-safe.
asyncio.Future is an awaitable object.
An asyncio.Future object is bound to an event loop.
A Future class is similar to the one in PEP 3148 and almost compatible with concurrent.future.Future with the following differences:

See also

asyncio.isfuture(obj) returns True if obj is either an instance of asyncio.Future or asyncio.Task or a Future-like object with a _asyncio_future_blocking blocking attribute.
concurrent.futures

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:51 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(51): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(66): id_of(Object(PDO), 'uri', '/notes/developm...') #2 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1788344773, '216.73.217.21', 'Mozilla/5.0 App...', NULL) #3 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Python/standard-library/asyncio/Future/index(57): insert_webrequest() #4 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 51