Skip to content

isaac-weisberg/RxSwiftAwait

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxSwift, except funni

HINDSIGHT: actors != locks, and the performance degradation from using them as such begins at 2x and can grow up to 100x.

This entire project is really useless.

Big funny questions for the future:

Q: await foo?.bar() doesn't suspend never-ever, right?
A: Shouldn't.

Q: async let a = foo() and then async let b = bar() don't release the actor in between them, never-ever, right?
A: Not sure...

Q: +arity versions of combileLatest and zip have been reimplemented be deferring to Collection versions because the originals were implented using inheritance and I was too lazy to reimplement without inheritance - it's okay? Do the collection-based versions perform worse than the old ones?
A: Gotta check

About

RxSwift, but structured concurrency

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 94.1%
  • Objective-C 5.0%
  • Other 0.9%