Пересмотр асинхронностей
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include <iostream>
|
||||
#include <boost/asio.hpp>
|
||||
#include <Client/Vulkan/Vulkan.hpp>
|
||||
#include <Common/Async.hpp>
|
||||
#include <Common/async_mutex.hpp>
|
||||
|
||||
namespace LV {
|
||||
|
||||
@@ -11,7 +13,7 @@ int main() {
|
||||
// LuaVox
|
||||
asio::io_context ioc;
|
||||
|
||||
LV::Client::VK::Vulkan vkInst(ioc);
|
||||
|
||||
ioc.run();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user