mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-28 21:58:28 +00:00
fixes #1698
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
##
|
||||
## Asynchronous sockets are supported, however a better alternative is to use
|
||||
## the `asyncio <asyncio.html>`_ module.
|
||||
##
|
||||
## Since version 0.10.2 this module is deprecated. Use the `net <net.html>`_
|
||||
## or the ``rawsockets <rawsockets.html>`_ module instead.
|
||||
|
||||
{.deprecated.}
|
||||
|
||||
include "system/inclrtl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user