Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ resumes only its own callback.
`capture`, `respond`, and `release` may yield while waiting for the controlled
callback or released original method to continue. The test runner must support
yielding tests when the code under test does.

Only the coroutine passed to `capture` is controlled. Calls made from child or
independent coroutines, such as ones created with `task.spawn`, are outside the
capture scope and must be coordinated by the test separately.
Resolve every captured call before restoring its intercept.

```luau
Expand Down
9 changes: 0 additions & 9 deletions TODO.md

This file was deleted.

Loading