Use C++ iostream in untar, enforce naming convention, remodel threading to use join, reduce lambda usage
This commit is contained in:
2
API.md
2
API.md
@@ -7,7 +7,7 @@
|
||||
## Shared interface
|
||||
| Function/Object | Description |
|
||||
|---|---|
|
||||
| ```delete()``` | Delete this object, see [why](https://emscripten.org/docs/getting_started/FAQ.html#what-does-exiting-the-runtime-mean-why-don-t-atexit-s-run) this is neccessary. |
|
||||
| ```delete()``` | Delete this object (call C++ destructor), see [why](https://emscripten.org/docs/getting_started/FAQ.html#what-does-exiting-the-runtime-mean-why-don-t-atexit-s-run) this is neccessary. |
|
||||
|
||||
## ```Module``` object
|
||||
| Function/Object | Description |
|
||||
|
||||
Reference in New Issue
Block a user