[Timer] Return generic SignedIntegerType Observable for timer instead of Int64
This commit is contained in:
parent
14efe368a7
commit
7e8884d94c
|
|
@ -125,7 +125,7 @@ extension Observable where Element: SignedIntegerType {
|
|||
*/
|
||||
@warn_unused_result(message="http://git.io/rxs.uo")
|
||||
public static func timer(dueTime: RxTimeInterval, scheduler: SchedulerType)
|
||||
-> Observable<Int64> {
|
||||
-> Observable<E> {
|
||||
return Timer(
|
||||
dueTime: dueTime,
|
||||
period: nil,
|
||||
|
|
|
|||
Loading…
Reference in New Issue