You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AnyEvent] is a library that provides a common API to the various event loops that exist for Perl. If you write asynchronous code using the AnyEvent API, it should theoretically work with any event loop that Perl supports. (Think of it as the DBI of event loops.)
Anyway, it might make sense to create an AnyEvent adapter for SDL, so that apps that use SDL can take advantage of the growing number of AnyEvent-based libraries that are being released.
The text was updated successfully, but these errors were encountered:
Author: beppu
Time: 1257990410
Field: comment
Value: I am not yet sure whether it even makes sense to write this module. I'm currently investigating this.
[AnyEvent] is a library that provides a common API to the various event loops that exist for Perl. If you write asynchronous code using the AnyEvent API, it should theoretically work with any event loop that Perl supports. (Think of it as the DBI of event loops.)
Anyway, it might make sense to create an AnyEvent adapter for SDL, so that apps that use SDL can take advantage of the growing number of AnyEvent-based libraries that are being released.
The text was updated successfully, but these errors were encountered: