aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lanes/core.[so|dll] → lanes_core.[so|dll]Benoit Germain31 hours1-2/+2
|
* Sample module deep test renamed deep_userdata_exampleBenoit Germain4 days1-2/+2
|
* Fix another little documentation mistakeBenoit Germain2024-12-131-2/+2
|
* Clarify documentation on the callback provided to lanes.finally()Benoit Germain2024-12-121-1/+1
|
* Remove documentation wrongitudesBenoit Germain2024-12-111-9/+7
|
* lanes.collectgarbage() and linda:collectgarbage()Benoit Germain2024-12-101-0/+23
|
* New method linda:restrict()Benoit Germain2024-12-031-55/+77
|
* Data transfer supports registered non-deep full userdataBenoit Germain2024-12-021-28/+30
|
* Tweak documentationBenoit Germain2024-11-291-1/+1
|
* Tweak documentationBenoit Germain2024-11-281-1/+4
|
* Make lanes.register() available as an exported C function lanes_register()Benoit Germain2024-11-271-1/+2
|
* Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain2024-10-281-2/+2
|
* New linda:wake() and linda.statusBenoit Germain2024-10-251-2/+12
|
* Update CHANGES and documentationBenoit Germain2024-09-241-1/+1
|
* Modernized lanes.gen() base library list processing codeBenoit Germain2024-09-241-1/+3
|
* Fix index.htmlBenoit Germain2024-07-301-83/+83
|
* Documentation for coroutine lanesBenoit Germain2024-07-041-10/+60
|
* Renamed set_debug_threadname → lane_threadname (can also read the current ↵Benoit Germain2024-07-031-2/+2
| | | | name now)
* lanes.finally() handler decides whether to thow or freezeBenoit Germain2024-07-011-3/+4
|
* Make Lanes crash on purpose at shutdown if some lanes still runBenoit Germain2024-06-281-27/+23
|
* linda:limit() and linda:set() return a second value, a string representing ↵Benoit Germain2024-06-271-18/+19
| | | | the fill status
* Change linda:limit()Benoit Germain2024-06-261-5/+7
| | | | | | * read the current limit of a key if no limit is provided * "unlimited" is to be used to clear the limit * fix linda:set() not ignoring the limit
* Make lanes.gen stricter on base librariesBenoit Germain2024-06-261-5/+9
|
* Lindas now accept deep user data as valid keysBenoit Germain2024-06-241-1/+1
|
* Fix wrong Linda name when not giving anyBenoit Germain2024-06-241-1/+11
|
* Revert overzealous upvalue check on on_state_createBenoit Germain2024-06-201-1/+1
|
* Give a chance to config.allocator to provide a specific allocator for ↵Benoit Germain2024-06-181-1/+1
| | | | internal stuff
* Moved AllocatorDefinition in a lanes namespaceBenoit Germain2024-06-181-2/+8
|
* When it is a function, config.allocator is called with a string hintBenoit Germain2024-06-181-8/+8
|
* Foolproofed config.allocator when it is a functionBenoit Germain2024-06-171-1/+1
|
* List configure settings alphabetically in documentationBenoit Germain2024-06-171-61/+64
|
* Wording fix: parameter → argumentBenoit Germain2024-06-141-6/+6
|
* linda :get(), :set(), :limit() return value changesBenoit Germain2024-06-121-5/+10
|
* Documentation fixesBenoit Germain2024-06-121-1/+1
|
* Add support for to-be-closed lindaBenoit Germain2024-06-121-3/+6
|
* Documentation tweaksBenoit Germain2024-06-121-4/+4
|
* More application of the coding rulesBenoit Germain2024-06-111-1/+1
|
* Adjust lanes.configure() documentationBenoit Germain2024-06-111-116/+115
|
* New lane:__close does a lane:join()Benoit Germain2024-06-111-0/+1
|
* Fixes and improvements to lane:join()Benoit Germain2024-06-111-19/+17
| | | | | * fix: returns nil,cancel_error when lane was cancelled * improvement: enforce non-nil first return value of lane body when using lane:join() to obtain the results
* Removed .demote_full_userdataBenoit Germain2024-06-101-38/+14
|
* linda:send() returns nil,<something> in case of errorBenoit Germain2024-06-101-17/+24
|
* Replaced __lanesignore with __lanesconvertBenoit Germain2024-06-101-47/+44
|
* Unify the value returned by linda:deep() and the string conversion of an ↵Benoit Germain2024-06-101-3/+11
| | | | unnamed Linda
* Suspend/resume GC around Linda operationsBenoit Germain2024-06-101-83/+72
|
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-1/+1
|
* lanes.linda("auto")Benoit Germain2024-06-061-0/+5
|
* Refactored keeper implementation of linda:receive()Benoit Germain2024-06-041-1/+2
|
* New global setting "strip_functions"Benoit Germain2024-06-031-0/+11
|
* Moved lanes.sleep implementation to the C-sideBenoit Germain2024-06-031-0/+1
|