Is it possible to allocate multiple channels for the following rman command?

restore archivelog from time 'sysdate-4';

Just trying to speed things up a bit at DR. Seems like we could restore them faster if they were threaded. The backup pieces are compressed.

-Ken