Is WP-Cron / wp_schedule_event suitable for time-consuming actions?

Apparently, WP-Cron jobs are run in a separate process. This can raise some issues, but at least the answer to the question above is: yes, a time-consuming action can be scheduled with WP-Cron. The triggering HTTP request won’t be delayed because of it.