Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
typon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
cython-plus
typon
Commits
0cfd93bd
Commit
0cfd93bd
authored
May 30, 2022
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt exception.cpp
parent
fbbff11a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rt/test/exceptions.cpp
rt/test/exceptions.cpp
+1
-1
No files found.
rt/test/exceptions.cpp
View file @
0cfd93bd
...
...
@@ -25,7 +25,7 @@ Join<void> fail_join() {
}
Join
<
void
>
join
(
int
max
)
{
std
::
vector
<
Future
<
Fork
<
int
>::
promise_type
>>
v
;
std
::
vector
<
Future
<
int
>>
v
;
for
(
int
i
=
0
;
i
<
max
;
i
++
)
{
v
.
push_back
(
co_await
fork
(
fib
()));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment