aboutsummaryrefslogtreecommitdiff
path: root/src/cancel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ migration: cleanup usage of lua_error and luaL_errorBenoit Germain2024-03-281-4/+4
|
* C++ migration: ThreadStatus, CancelRequest and CancelResult are enum classBenoit Germain2024-03-201-9/+9
|
* C++ migration: removed most typedef, removed uint_tBenoit Germain2024-03-201-5/+5
|
* C++ migration: UniqueKeyBenoit Germain2024-03-201-3/+3
|
* C++ migration: bool_t → boolBenoit Germain2024-03-201-1/+1
|
* C++ migration: buildfixesBenoit Germain2024-03-191-4/+7
| | | | Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C"
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-16/+16
| | | | Tabs mess up alignment of stack contents comments, so I'm done with them.
* Lane cancellation reworkBenoit Germain2019-04-261-3/+12
| | | | | opt.cancelstep is gone, hook is installed by lane:cancel() if requested lane:cancel() rework (see doc)
* Moved cancellation code in separate filesBenoit Germain2019-04-221-0/+57