public static function unlink(string $path)
  {
    if (self::isUv()) {
      return new Kernel(
        function (TaskInterface $task, CoroutineInterface $coroutine) use ($path) {