aboutsummaryrefslogtreecommitdiff
path: root/src/lane.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Internal refactorization to properly handle lua_resume idiosyncrasiesBenoit Germain2024-07-291-4/+4
* Error handling in coroutine lanesBenoit Germain2024-07-041-1/+8
* It is possible to index and join a suspended coroutine laneBenoit Germain2024-07-031-0/+2
* Renamed set_debug_threadname → lane_threadname (can also read the current n...Benoit Germain2024-07-031-0/+14
* Add minimal coroutine support: no doc, no error handling, no cancellation han...Benoit Germain2024-07-031-6/+20
* Wording fix: parameter → argumentBenoit Germain2024-06-141-1/+1
* BoyscoutingBenoit Germain2024-06-141-1/+1
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-141-1/+1
* More fixes to make clang happyBenoit Germain2024-06-141-1/+1
* A small step toward making clang happyBenoit Germain2024-06-131-0/+4
* Code boyscoutingBenoit Germain2024-06-121-1/+1
* Move some cancel-related code aroundBenoit Germain2024-06-111-1/+9
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-7/+0
* Optional Decoda support (disabled by default)Benoit Germain2024-05-271-4/+7
* Process upvalues equal to _G in Lua51 as in other flavorsBenoit Germain2024-05-241-2/+0
* More string_viewBenoit Germain2024-05-211-4/+5
* Lane::debugName is a std::string_viewBenoit Germain2024-05-201-1/+1
* Minor code tweaksBenoit Germain2024-05-171-3/+1
* Error reporting revampBenoit Germain2024-05-171-5/+16
* Lane::close()Benoit Germain2024-05-171-0/+1
* Almost nothingBenoit Germain2024-05-141-1/+1
* Move Lane implementation in a separate fileBenoit Germain2024-05-141-0/+140