NAME
IO::Uring::Singleton - A shared singleton uring
VERSION
version 0.014
SYNOPSIS
use IO::Uring::Singleton;
my $ring = IO::Uring::Singleton::ring();
DESCRIPTION
This module provides a ring singleton to share between different event loop systems.
FUNCTIONS
ring
This returns always returns the same ring, that will be created the first time the function is called.
AUTHOR
Leon Timmermans <fawaka@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.