Error[8]: Undefined offset: 3, File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 121
File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 473, decode(

概述我试图以给定的时间间隔在“脉冲”上发出序列.一切都是新的Rx,但认为这样做: import RxSwiftlet db = DisposeBag()_ = Observable<Int>.interval(1.0, scheduler: MainScheduler.instance) .debug("interval") .subscribe(onNext: { 我试图以给定的时间间隔在“脉冲”上发出序列.一切都是新的Rx,但认为这样做:

import RxSwiftlet db = disposeBag()_ = Observable<Int>.interval(1.0,scheduler: MainScheduler.instance)    .deBUG("interval")    .subscribe(onNext: {        print(
2017-09-25 06:12:41.161: interval -> subscribed
) }) .adddisposableto(db)

但它只输出:

import RxSwiftimport PlaygroundSupportlet db = disposeBag()Observable<Int>.interval(1.0,scheduler: MainScheduler.instance)    .deBUG("interval")    .subscribe(onNext: {        print([+++])    })    .adddisposableto(db)PlaygroundPage.current.needsIndefiniteExecution = true

仅此而已.我在这里不理解什么?

解决方法 您的代码没有任何问题.处理袋应该是活的.但是,一旦最后一条指令运行, *** 场执行就会结束,因此问题就出现了.

为了告诉 *** 场在执行完所有内容后继续运行,您必须导入PlaygroundSupport并告诉页面继续运行:

[+++] 总结

以上是内存溢出为你收集整理的如何使用RxSwift Observable.interval?全部内容,希望文章能够帮你解决如何使用RxSwift Observable.interval?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

)
File: /www/wwwroot/outofmemory.cn/tmp/route_read.php, Line: 126, InsideLink()
File: /www/wwwroot/outofmemory.cn/tmp/index.inc.php, Line: 165, include(/www/wwwroot/outofmemory.cn/tmp/route_read.php)
File: /www/wwwroot/outofmemory.cn/index.php, Line: 30, include(/www/wwwroot/outofmemory.cn/tmp/index.inc.php)
Error[8]: Undefined offset: 4, File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 121
File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 473, decode(

概述我试图以给定的时间间隔在“脉冲”上发出序列.一切都是新的Rx,但认为这样做: import RxSwiftlet db = DisposeBag()_ = Observable<Int>.interval(1.0, scheduler: MainScheduler.instance) .debug("interval") .subscribe(onNext: { 我试图以给定的时间间隔在“脉冲”上发出序列.一切都是新的Rx,但认为这样做:

import RxSwiftlet db = disposeBag()_ = Observable<Int>.interval(1.0,scheduler: MainScheduler.instance)    .deBUG("interval")    .subscribe(onNext: {        print(
2017-09-25 06:12:41.161: interval -> subscribed
) }) .adddisposableto(db)

但它只输出:

import RxSwiftimport PlaygroundSupportlet db = disposeBag()Observable<Int>.interval(1.0,scheduler: MainScheduler.instance)    .deBUG("interval")    .subscribe(onNext: {        print()    })    .adddisposableto(db)PlaygroundPage.current.needsIndefiniteExecution = true

仅此而已.我在这里不理解什么?

解决方法 您的代码没有任何问题.处理袋应该是活的.但是,一旦最后一条指令运行, *** 场执行就会结束,因此问题就出现了.

为了告诉 *** 场在执行完所有内容后继续运行,您必须导入PlaygroundSupport并告诉页面继续运行:

[+++] 总结

以上是内存溢出为你收集整理的如何使用RxSwift Observable.interval?全部内容,希望文章能够帮你解决如何使用RxSwift Observable.interval?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

)
File: /www/wwwroot/outofmemory.cn/tmp/route_read.php, Line: 126, InsideLink()
File: /www/wwwroot/outofmemory.cn/tmp/index.inc.php, Line: 165, include(/www/wwwroot/outofmemory.cn/tmp/route_read.php)
File: /www/wwwroot/outofmemory.cn/index.php, Line: 30, include(/www/wwwroot/outofmemory.cn/tmp/index.inc.php)
如何使用RxSwift Observable.interval?_app_内存溢出

如何使用RxSwift Observable.interval?

如何使用RxSwift Observable.interval?,第1张

概述我试图以给定的时间间隔在“脉冲”上发出序列.一切都是新的Rx,但认为这样做: import RxSwiftlet db = DisposeBag()_ = Observable<Int>.interval(1.0, scheduler: MainScheduler.instance) .debug("interval") .subscribe(onNext: { 我试图以给定的时间间隔在“脉冲”上发出序列.一切都是新的Rx,但认为这样做:

import RxSwiftlet db = disposeBag()_ = Observable<Int>.interval(1.0,scheduler: MainScheduler.instance)    .deBUG("interval")    .subscribe(onNext: {        print(
2017-09-25 06:12:41.161: interval -> subscribed
) }) .adddisposableto(db)

但它只输出:

import RxSwiftimport PlaygroundSupportlet db = disposeBag()Observable<Int>.interval(1.0,scheduler: MainScheduler.instance)    .deBUG("interval")    .subscribe(onNext: {        print()    })    .adddisposableto(db)PlaygroundPage.current.needsIndefiniteExecution = true

仅此而已.我在这里不理解什么?

解决方法 您的代码没有任何问题.处理袋应该是活的.但是,一旦最后一条指令运行, *** 场执行就会结束,因此问题就出现了.

为了告诉 *** 场在执行完所有内容后继续运行,您必须导入PlaygroundSupport并告诉页面继续运行:

总结

以上是内存溢出为你收集整理的如何使用RxSwift Observable.interval?全部内容,希望文章能够帮你解决如何使用RxSwift Observable.interval?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1008073.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-22
下一篇 2022-05-22

发表评论

登录后才能评论

评论列表(0条)

保存