Skip to content

Commit

Permalink
Merge 45ced8b into fb9c431
Browse files Browse the repository at this point in the history
  • Loading branch information
metatablecat committed May 24, 2022
2 parents fb9c431 + 45ced8b commit 70c1117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analysis/src/EmbeddedBuiltinDefinitions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ declare coroutine: {
create: <A..., R...>((A...) -> R...) -> thread,
resume: <A..., R...>(thread, A...) -> (boolean, R...),
running: () -> thread,
status: (thread) -> string,
status: (thread) -> "dead" | "running" | "normal" | "suspended",
-- FIXME: This technically returns a function, but we can't represent this yet.
wrap: <A..., R...>((A...) -> R...) -> any,
yield: <A..., R...>(A...) -> R...,
Expand Down

0 comments on commit 70c1117

Please sign in to comment.