]> kaliko git repositories - python-musicpd.git/commitdiff
mpd.py: adding support for asynchronous commands
authorJ. Alexander Treuman <jat@spatialrift.net>
Thu, 15 Jul 2010 17:19:57 +0000 (13:19 -0400)
committerJ. Alexander Treuman <jat@spatialrift.net>
Thu, 15 Jul 2010 17:19:57 +0000 (13:19 -0400)
send_<cmd>/fetch_<cmd> may now be used to send/fetch the command <cmd>.
fetch_<cmd> may be called multiple times to queue up various commands, but
they must be fetched in the same order they were sent.  This functionality
cannot be mixed with command lists.


No differences found