Hi folks,

After looking a lot on the internet I can't find an answer for that. I 
expose my doubt: 

Asyncio can't access to disk without blocking the event-loop. right? For 
example if I'm using aiohttp or Sanic, I can't write in a file in one of my 
end-points, without block the loop. Then... Can I use standard logging 
library with the FileHandler to log into a file without blocking the event 
loop?

Thanks in advance!

Reply via email to