noseratio / cancellation-talk

Token-based cancellation in JavaScript using the unifying .NET cancellation pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token-based cancellation in JavaScript using the unifying .NET cancellation pattern

The repo for my recent talk at Syndney ALT .NET virtual meetup.

Slides: .pdf, .pptx

To build and run the demos:

  • demo1
git clone https://github.com/noseratio/cancellation-talk .
git checkout demo1
npm install
npm run build
npm start
  • demo2
git checkout demo2
npm run build
npm start
  • demo3
git checkout demo3
npm run build
npm start

About

Token-based cancellation in JavaScript using the unifying .NET cancellation pattern

License:MIT License


Languages

Language:JavaScript 93.7%Language:HTML 4.2%Language:CSS 2.1%