NAME

Qt::Core::QSemaphore

PUBLIC METHODS

QSemaphore(int n = 0)
QSemaphore(int n)
~QSemaphore()
void acquire(int n = 1)
void acquire(int n)
int available()
void release(int n = 1)
void release(int n)
bool tryAcquire(int n = 1)
bool tryAcquire(int n)
bool tryAcquire(int n, int timeout)

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html