mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Rx-Async: added test for startAsync.
This commit is contained in:
@@ -81,4 +81,8 @@ module Rx.Tests.Async {
|
||||
ps = p.then(x=> "");
|
||||
ps = p.then(x=> ps);
|
||||
}
|
||||
|
||||
function startAsync() {
|
||||
var o: Rx.Observable<string> = Rx.Observable.startAsync(() => <Rx.IPromise<string>>null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user