I have ubuntu server running Bitcoin core v0.16.
I'm sending RPC calls asynchronously, but, e.g., if I'm importing 1000 address using importmulti or importaddress command, any further commands such listunspent are waits until importing command finish, Even though I have set rpcthreads=100 rpcworkqueue=50 and I've powerful server.