* Unsafely schedules the specified task for the specified duration.
(task: Task, duration: Duration.Duration)
| 71 | * Unsafely schedules the specified task for the specified duration. |
| 72 | */ |
| 73 | unsafeSchedule(task: Task, duration: Duration.Duration): CancelToken |
| 74 | } |
| 75 | |
| 76 | /** |