fun Completable.asWorker(): Worker<Nothing>
Creates a Worker from this Completable.
The Completable will be subscribed to when the Worker is started, and disposed when it is cancelled.
The key is required for this operator because there is no type information available to distinguish workers.