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
ce39a9ce
Commit
ce39a9ce
authored
May 30, 2022
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exceptions.cpp: Add log info
parent
422759cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
rt/test/exceptions.cpp
rt/test/exceptions.cpp
+1
-0
No files found.
rt/test/exceptions.cpp
View file @
ce39a9ce
...
...
@@ -30,6 +30,7 @@ Join<void> join(int max) {
v
.
push_back
(
co_await
fork
(
fib
()));
}
co_await
fork
(
fail_join
());
puts
(
"info: fork did not throw"
);
co_await
Sync
();
for
(
auto
&
f
:
v
)
{
printf
(
"result = %d
\n
"
,
f
.
get
());
...
...
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