From 739e1badb6e48741e28420739769d3714ac6ceda Mon Sep 17 00:00:00 2001 From: metagn Date: Tue, 6 Dec 2022 11:37:03 +0300 Subject: stdlib organization & documentation improvements (#20971) * stdlib organization & documentation improvements * fix CI * Update doc/lib.md Co-authored-by: Juan Carlos * fix ci, remove jshttpcore, export in jsfetch instead * fix alphabetical order violations * add cmdline, db_odbc Co-authored-by: Juan Carlos --- lib/pure/async.nim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/pure/async.nim') diff --git a/lib/pure/async.nim b/lib/pure/async.nim index 482ab32c6..249c5f639 100644 --- a/lib/pure/async.nim +++ b/lib/pure/async.nim @@ -1,3 +1,6 @@ +## Exports [asyncmacro](asyncmacro.html) and [asyncfutures](asyncfutures.html) for native backends, +## and [asyncjs](asyncjs.html) on the JS backend. + when defined(js): import asyncjs export asyncjs -- cgit 1.4.1-2-gfad0