[2pt] fiber.cond():wait() throws an error if fiber is cancelled
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
fiber.cond():wait() throws an arror if fiber is cancelled
Product: Tarantool
Since: 2.7.1, 2.6.2, 2.5.3, 1.10.9
Audience/target:
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/fiber/#lua-function.cond_object.wait
SME: @sergos
Peer reviewer: @
Details
Currently fiber.cond():wait() throws an error if waiting fiber is
cancelled.
Requested by @sergos in https://github.com/tarantool/tarantool/commit/bd03dfc76c0b76f56374c3e66052e2af0c50ae65.
See more details in the issue comments.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the fiber.cond():wait() entry in the linked root document and read the issue comments for the requested behavior and details. Update the documentation to accurately describe what happens when the waiting fiber is cancelled, then verify the rendered reference page reflects that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100