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

Rename typon::rt into typon

parent c330ac55
......@@ -8,7 +8,7 @@
#include <limits>
namespace typon::rt
namespace typon
{
struct coroutine_node
......
......@@ -7,7 +7,7 @@
#include <utility>
namespace typon::rt
namespace typon
{
template <typename T>
......
......@@ -4,7 +4,7 @@
#include <atomic>
#include <cstdint>
namespace typon::rt
namespace typon
{
template <unsigned int N = 10>
......
......@@ -10,7 +10,7 @@
#include <typon/scheduler.hpp>
namespace typon::rt
namespace typon
{
template <typename T = void>
......
......@@ -12,7 +12,7 @@
#include <typon/result.hpp>
namespace typon::rt
namespace typon
{
template <typename Promise>
......
......@@ -8,7 +8,7 @@
#include <typon/result.hpp>
namespace typon::rt
namespace typon
{
struct [[nodiscard]] Sync {};
......
......@@ -4,7 +4,7 @@
#include <random>
namespace typon::rt
namespace typon
{
struct Random
......
......@@ -11,7 +11,7 @@
#include <typon/scheduler.hpp>
namespace typon::rt
namespace typon
{
struct [[nodiscard]] Root
......
......@@ -13,7 +13,7 @@
#include <typon/random.hpp>
namespace typon::rt
namespace typon
{
struct Scheduler
......
......@@ -7,7 +7,7 @@
#include <typon/result.hpp>
namespace typon::rt
namespace typon
{
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