Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ runAwaitTest
Function
runAwaitTest
Tests/Libraries/Await/AwaitTest.cpp:3962–3962 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3960
SC_TEST_EXPECT(allocator.failedAllocationSize() == 0);
3961
3962
SC_TEST_EXPECT(await.spawn(task));
3963
SC_TEST_EXPECT(await.run());
3964
SC_TEST_EXPECT(task.result());
3965
SC_TEST_EXPECT(async.close());
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected