scheduleStream<R> abstract method
Schedules an async task and returns its stream. The task is considered running until the stream is closed.
Implementation
Stream<R> scheduleStream<R>(StreamTask<R> task);
Schedules an async task and returns its stream. The task is considered running until the stream is closed.
Stream<R> scheduleStream<R>(StreamTask<R> task);