Is exectuion of nrf_modem_at_cmd "blocking"?

Hi, 

for 9161, I'd like to query periodically the modem using nrf_modem_at_cmd, doing this in a dedicated thread.

My question is: If I launch such AT command query, is the thread which does this (and then also other threads) blocked until the response from modem comes back or the execution of nrf_modem_at_cmd is "non-blocking"?

I am aware of  nrf_modem_at_cmd_async, but I do not need it necessarily.

Thank you!

Related