Lets say I run a server S and a client C. I understand that C can call S anytime and get data back using RPC. How does RPYC implement the call from server to client, Especially on windows? Is it done using polling / threading? Perhaps someone who understands this can drop me a few lines and a pointer where I can read more.
Thanks.
