How do I sort using Radix Sort Asynchronously

I can’t figure out how to run Thrust’s sort in a stream (I know that calls are asynchronous but i don’t think that’s enought).
I also cannot understand how to call Dwane’s radix sort in stream,
Any ideas?
Thank you very much
Apostolis