diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2026-02-26 11:42:46 +0100 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2026-02-26 11:42:46 +0100 |
| commit | f4f622c82671dc7cb984f078d25bcb35624267f5 (patch) | |
| tree | ee5a54e1b96e1e4d522cbf80440052c98577b643 /docs | |
| parent | f463ab7c4c7d861bd5adebebf8a5eb1b2cc91610 (diff) | |
| download | lanes-f4f622c82671dc7cb984f078d25bcb35624267f5.tar.gz lanes-f4f622c82671dc7cb984f078d25bcb35624267f5.tar.bz2 lanes-f4f622c82671dc7cb984f078d25bcb35624267f5.zip | |
Fix documentation about finalizers
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 9feb5da..e449c08 100644 --- a/docs/index.html +++ b/docs/index.html | |||
| @@ -1327,7 +1327,7 @@ | |||
| 1327 | 1327 | ||
| 1328 | <p> | 1328 | <p> |
| 1329 | Lanes registers a function <tt>set_finalizer()</tt> in the lane's Lua state for doing this. | 1329 | Lanes registers a function <tt>set_finalizer()</tt> in the lane's Lua state for doing this. |
| 1330 | Any functions given to it will be called in the lane's Lua state, just prior to closing it. It is possible to set more than one finalizer. They are not called in any particular order. | 1330 | Any functions given to it will be called in the lane's Lua state, just prior to closing it. It is possible to set more than one finalizer. They are called in LIFO order. |
| 1331 | </p> | 1331 | </p> |
| 1332 | 1332 | ||
| 1333 | <p> | 1333 | <p> |
