Delacourt Christophe
2017-01-28 15:38:22 UTC
Hi,
I work on a game engine and I plan use asio for network and file io. For
now I've a centralized thread pool responsible of all async ios.
I have also a parallel Vulkan renderer, and it should be great if I can
create a custiom asio service to async wait on Vulkan fences.
Fences are comparable to Win32 events and can be "polled" with an API
similar to WaitForSingleObject, but are not fd (not usable with
Overlapped or epoll).
Is it possible to write a custom service with such kind of objects ?
Thanks,
Christophe
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
asio-users mailing list
asio-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/asio-users
_______________________________________________
Using Asio? List your project at
http://think-async.com/Asio/WhoIsUsingAsio
I work on a game engine and I plan use asio for network and file io. For
now I've a centralized thread pool responsible of all async ios.
I have also a parallel Vulkan renderer, and it should be great if I can
create a custiom asio service to async wait on Vulkan fences.
Fences are comparable to Win32 events and can be "polled" with an API
similar to WaitForSingleObject, but are not fd (not usable with
Overlapped or epoll).
Is it possible to write a custom service with such kind of objects ?
Thanks,
Christophe
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
asio-users mailing list
asio-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/asio-users
_______________________________________________
Using Asio? List your project at
http://think-async.com/Asio/WhoIsUsingAsio