Export AsyncFile. Add asyncfile module to docgen.

This commit is contained in:
Dominik Picheta
2015-03-06 10:51:56 +00:00
parent fcb44ae4f0
commit d8c5c2f222
3 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
# distribution, for details about the copyright.
#
## This module implements asynchronous file handling.
## This module implements asynchronous file reading and writing.
##
## .. code-block:: Nim
## import asyncfile, asyncdispatch, os
@@ -30,7 +30,7 @@ else:
import posix
type
AsyncFile = ref object
AsyncFile* = ref object
fd: TAsyncFd
offset: int64