12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .class final Lio/reactivex/internal/schedulers/ImmediateThinScheduler$ImmediateThinWorker;
- .super Lio/reactivex/Scheduler$Worker;
- .source "ImmediateThinScheduler.java"
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lio/reactivex/internal/schedulers/ImmediateThinScheduler;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x18
- name = "ImmediateThinWorker"
- .end annotation
- # direct methods
- .method constructor <init>()V
- .locals 0
- .line 69
- invoke-direct {p0}, Lio/reactivex/Scheduler$Worker;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public dispose()V
- .locals 0
- return-void
- .end method
- .method public isDisposed()Z
- .locals 1
- const/4 v0, 0x0
- return v0
- .end method
- .method public schedule(Ljava/lang/Runnable;)Lio/reactivex/disposables/Disposable;
- .locals 0
- .line 83
- invoke-interface {p1}, Ljava/lang/Runnable;->run()V
- .line 84
- sget-object p1, Lio/reactivex/internal/schedulers/ImmediateThinScheduler;->DISPOSED:Lio/reactivex/disposables/Disposable;
- return-object p1
- .end method
- .method public schedule(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
- .locals 0
- .line 89
- new-instance p1, Ljava/lang/UnsupportedOperationException;
- const-string p2, "This scheduler doesn\'t support delayed execution"
- invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
- throw p1
- .end method
- .method public schedulePeriodically(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
- .locals 0
- .line 94
- new-instance p1, Ljava/lang/UnsupportedOperationException;
- const-string p2, "This scheduler doesn\'t support periodic execution"
- invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
- throw p1
- .end method
|