enzingerm / ModemManager

GNU General Public License v2.0
22 stars 2 forks source link

Proper asynchronous operation #3

Open enzingerm opened 4 years ago

enzingerm commented 4 years ago

Currently, all RPC calls are made synchronously one after another. I think Glib/GIO provide means to do that asynchronously.