Skip to content

Commit 2efa924

Browse files
committed
updating AModule readme + uml
1 parent 49bbcaa commit 2efa924

File tree

2 files changed

+720
-484
lines changed

2 files changed

+720
-484
lines changed

API/include/modules/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* [ASharedModule]
55
* [AProtectedModule]
66

7-
**Warning**, [AModule] has a handle to the .dll or the .so that **needs** to be set, this handle is automatically closed when the [AModule] is destroyed.
7+
**Warning**, [AModule] has a handle to the .dll or the .so that **needs** to be set, this handle is automatically closed when the [AModule] is destroyed. It has been made runnable on either Windows or Linux (cross platform yay!)
88

99
## [AHTTPModule]
1010
[AHTTPModule] is a processing unit that uses a [Task] and either produces a [Response], provide data for further processing for next modules or process data passed by previous modules. If your module does neither of these, it may be going through an existential crisis...

0 commit comments

Comments
 (0)