Start of port of AsyncIO library.
commit498284cde6557b4dbd36844afe06e3ee3cca82e0
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 17 Aug 2017 11:28:40 +0000 (17 11:28 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 17 Aug 2017 11:28:40 +0000 (17 11:28 +0000)
tree3ac95939adfc77373d81c768504f8d9bafeebeab
parent40dc4952a5d7fa81d0e7a95989bb4f21e056b09e
Start of port of AsyncIO library.

Origin: http://aminet.net/package/dev/c/AsyncIO

Doesn't come with an open source license.

git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@54876 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
36 files changed:
workbench/libs/asyncio/AsyncIO.guide [new file with mode: 0644]
workbench/libs/asyncio/AsyncIO.guide.info [new file with mode: 0644]
workbench/libs/asyncio/AsyncIO.readme [new file with mode: 0644]
workbench/libs/asyncio/AsyncIO.readme.info [new file with mode: 0644]
workbench/libs/asyncio/asyncio.doc [new file with mode: 0644]
workbench/libs/asyncio/include/fd/asyncio_lib.fd [new file with mode: 0644]
workbench/libs/asyncio/include/libraries/asyncio.h [new file with mode: 0644]
workbench/libs/asyncio/src/AsyncLib.c [new file with mode: 0644]
workbench/libs/asyncio/src/AsyncLibVer.c [new file with mode: 0644]
workbench/libs/asyncio/src/CloseAsync.c [new file with mode: 0644]
workbench/libs/asyncio/src/DMakeFile [new file with mode: 0644]
workbench/libs/asyncio/src/FGetsLenAsync.c [new file with mode: 0644]
workbench/libs/asyncio/src/Lib.Def [new file with mode: 0644]
workbench/libs/asyncio/src/Lib.c [new file with mode: 0644]
workbench/libs/asyncio/src/OpenAsync.c [new file with mode: 0644]
workbench/libs/asyncio/src/OpenAsyncFH.c [new file with mode: 0644]
workbench/libs/asyncio/src/OpenAsyncFromFH.c [new file with mode: 0644]
workbench/libs/asyncio/src/PeekAsync.c [new file with mode: 0644]
workbench/libs/asyncio/src/ReadAsync.c [new file with mode: 0644]
workbench/libs/asyncio/src/ReadCharAsync.c [new file with mode: 0644]
workbench/libs/asyncio/src/ReadLineAsync.c [new file with mode: 0644]
workbench/libs/asyncio/src/RecordAsyncFailure.c [new file with mode: 0644]
workbench/libs/asyncio/src/RequeuePacket.c [new file with mode: 0644]
workbench/libs/asyncio/src/Rev.config [new file with mode: 0644]
workbench/libs/asyncio/src/Rev.h [new file with mode: 0644]
workbench/libs/asyncio/src/SCOPTIONS [new file with mode: 0644]
workbench/libs/asyncio/src/SeekAsync.c [new file with mode: 0644]
workbench/libs/asyncio/src/SendPacket.c [new file with mode: 0644]
workbench/libs/asyncio/src/WaitPacket.c [new file with mode: 0644]
workbench/libs/asyncio/src/WriteAsync.c [new file with mode: 0644]
workbench/libs/asyncio/src/WriteCharAsync.c [new file with mode: 0644]
workbench/libs/asyncio/src/WriteLineAsync.c [new file with mode: 0644]
workbench/libs/asyncio/src/async.h [new file with mode: 0644]
workbench/libs/asyncio/src/asyncio.conf [new file with mode: 0644]
workbench/libs/asyncio/src/asynciolibsr.h [new file with mode: 0644]
workbench/libs/asyncio/src/mmakefile.src [new file with mode: 0644]