I'm working with asyncio loop and I would like to await a nfqueue.run(block=False) function.
I read that I could do that with the nfqueue.get_fd() method but this method seems to only return a integer.
I really don't understand the concept of file descriptor and how to use them.
Could someone help me please ?