1
0
forked from Alepha/Alepha

Mailbox doesn't use Event.

This commit is contained in:
2023-11-18 23:06:39 -05:00
parent db84f78435
commit 3e340f414a

View File

@ -15,7 +15,6 @@ static_assert( __cplusplus > 2020'99 );
#include <Alepha/Thread.h>
#include <Alepha/Exception.h>
#include <Alepha/assertion.h>
#include <Alepha/Event.h>
namespace Alepha::Hydrogen::Atomic ::detail:: Mailbox_m
{