Hi everyone,
on https://docs.python.org/3/library/concur...or-example
we can see
is that exactly the same as
or there a difference beside the syntax ? (speed, security, options availables etc.. ?)
Thanks.
on https://docs.python.org/3/library/concur...or-example
we can see
import concurrent.futuresis that exactly the same as
from concurrent import futuresor there a difference beside the syntax ? (speed, security, options availables etc.. ?)
Thanks.
