Async to sync converter
Sometimes (mainly in test) we need to convert asynchronous functions to normal, synchronous functions and run them synchronously. It can be done by ayncio.geteventloop().rununtilcomplete(), but it’s quite long… Syncer makes this conversion easy.