Commit 767025c1 authored by Xavier Thompson's avatar Xavier Thompson

Rename typon::rt into typon

parent c330ac55
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <limits> #include <limits>
namespace typon::rt namespace typon
{ {
struct coroutine_node struct coroutine_node
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <utility> #include <utility>
namespace typon::rt namespace typon
{ {
template <typename T> template <typename T>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <atomic> #include <atomic>
#include <cstdint> #include <cstdint>
namespace typon::rt namespace typon
{ {
template <unsigned int N = 10> template <unsigned int N = 10>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <typon/scheduler.hpp> #include <typon/scheduler.hpp>
namespace typon::rt namespace typon
{ {
template <typename T = void> template <typename T = void>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <typon/result.hpp> #include <typon/result.hpp>
namespace typon::rt namespace typon
{ {
template <typename Promise> template <typename Promise>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <typon/result.hpp> #include <typon/result.hpp>
namespace typon::rt namespace typon
{ {
struct [[nodiscard]] Sync {}; struct [[nodiscard]] Sync {};
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <random> #include <random>
namespace typon::rt namespace typon
{ {
struct Random struct Random
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <typon/scheduler.hpp> #include <typon/scheduler.hpp>
namespace typon::rt namespace typon
{ {
struct [[nodiscard]] Root struct [[nodiscard]] Root
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include <typon/random.hpp> #include <typon/random.hpp>
namespace typon::rt namespace typon
{ {
struct Scheduler struct Scheduler
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <typon/result.hpp> #include <typon/result.hpp>
namespace typon::rt namespace typon
{ {
template <typename T = void> template <typename T = void>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment