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.
Renamed
fn-async
toafn
(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
andafn
. All mentions ofasync
have been removed from the README as it's a construct that should be rarely needed.