/async_read_write

prints numbers from 1 to 100 and write them to file.

Primary LanguagePython

Introduction

Prints numbers from 1 to 100 and writes them to file. Partial numbers are read from file while rest are autogenerated

Idea is to demonstrate async/lazy reading of file.