Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
typon-concurrency
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
typon
typon-concurrency
Commits
767025c1
Commit
767025c1
authored
May 06, 2022
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename typon::rt into typon
parent
c330ac55
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
rt/include/typon/continuation.hpp
rt/include/typon/continuation.hpp
+1
-1
rt/include/typon/deque.hpp
rt/include/typon/deque.hpp
+1
-1
rt/include/typon/eventcount.hpp
rt/include/typon/eventcount.hpp
+1
-1
rt/include/typon/fork.hpp
rt/include/typon/fork.hpp
+1
-1
rt/include/typon/future.hpp
rt/include/typon/future.hpp
+1
-1
rt/include/typon/join.hpp
rt/include/typon/join.hpp
+1
-1
rt/include/typon/random.hpp
rt/include/typon/random.hpp
+1
-1
rt/include/typon/root.hpp
rt/include/typon/root.hpp
+1
-1
rt/include/typon/scheduler.hpp
rt/include/typon/scheduler.hpp
+1
-1
rt/include/typon/task.hpp
rt/include/typon/task.hpp
+1
-1
No files found.
rt/include/typon/continuation.hpp
View file @
767025c1
...
...
@@ -8,7 +8,7 @@
#include <limits>
namespace
typon
::
rt
namespace
typon
{
struct
coroutine_node
...
...
rt/include/typon/deque.hpp
View file @
767025c1
...
...
@@ -7,7 +7,7 @@
#include <utility>
namespace
typon
::
rt
namespace
typon
{
template
<
typename
T
>
...
...
rt/include/typon/eventcount.hpp
View file @
767025c1
...
...
@@ -4,7 +4,7 @@
#include <atomic>
#include <cstdint>
namespace
typon
::
rt
namespace
typon
{
template
<
unsigned
int
N
=
10
>
...
...
rt/include/typon/fork.hpp
View file @
767025c1
...
...
@@ -10,7 +10,7 @@
#include <typon/scheduler.hpp>
namespace
typon
::
rt
namespace
typon
{
template
<
typename
T
=
void
>
...
...
rt/include/typon/future.hpp
View file @
767025c1
...
...
@@ -12,7 +12,7 @@
#include <typon/result.hpp>
namespace
typon
::
rt
namespace
typon
{
template
<
typename
Promise
>
...
...
rt/include/typon/join.hpp
View file @
767025c1
...
...
@@ -8,7 +8,7 @@
#include <typon/result.hpp>
namespace
typon
::
rt
namespace
typon
{
struct
[[
nodiscard
]]
Sync
{};
...
...
rt/include/typon/random.hpp
View file @
767025c1
...
...
@@ -4,7 +4,7 @@
#include <random>
namespace
typon
::
rt
namespace
typon
{
struct
Random
...
...
rt/include/typon/root.hpp
View file @
767025c1
...
...
@@ -11,7 +11,7 @@
#include <typon/scheduler.hpp>
namespace
typon
::
rt
namespace
typon
{
struct
[[
nodiscard
]]
Root
...
...
rt/include/typon/scheduler.hpp
View file @
767025c1
...
...
@@ -13,7 +13,7 @@
#include <typon/random.hpp>
namespace
typon
::
rt
namespace
typon
{
struct
Scheduler
...
...
rt/include/typon/task.hpp
View file @
767025c1
...
...
@@ -7,7 +7,7 @@
#include <typon/result.hpp>
namespace
typon
::
rt
namespace
typon
{
template
<
typename
T
=
void
>
...
...
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