mszajna / await-cps

async/await for continuation-passing style functions
MIT License
17 stars 0 forks source link

Promote asynchronous functions #3

Closed mszajna closed 5 years ago

mszajna commented 5 years ago

Renamed fn-async to afn (the previous name works but is deprecated).

Rephrased the README and doc strings to promote 'asynchronous functions' instead of 'asynchronous blocks'. The emphasis is placed on defn-async and afn. All mentions of async have been removed from the README as it's a construct that should be rarely needed.