The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SDL2::atomic_t - A type representing an atomic integer value

SYNOPSIS

    use SDL2 qw[:all];

DESCRIPTION

SDL2::atomic_t is a struct so people don't accidentally use numeric operations on it.

Fields

value

AUTHOR

Sanko Robinson <sanko@cpan.org>