function resolve(value: any) {
        if (_this.state !== "pending") return

        _this.state = "resolved"
        _this.value = value