Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
/ Samples Public archive

Two JavaScript classes for creating an iterator that yields the UI thread via setImmediate.

Notifications You must be signed in to change notification settings

kraigb/Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samples contents

  • AsyncIterator: JavaScript classes for creating an iterator that yields the UI thread via setImmediate. The iterators essentially implement a yielding for loop with callback for doing work, aggregating results, and completion.

  • Basic Unit Test CS: a single, simple unit test example for a Microsoft Virtual Academy course; uses NUnit for the framework.

  • Unit Test App Xamarin: a fuller unit testing example using NUnit.

About

Two JavaScript classes for creating an iterator that yields the UI thread via setImmediate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published