Guest User

Untitled

a guest
Feb 13th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. use Test::More;
  2. use UV ();
  3.  
  4. {
  5. my $loop = UV::default_loop();
  6. }
  7.  
  8. {
  9. my $handle = UV::check();
  10.  
  11. # $handle->loop()->is_default();
  12. is($handle->loop()->is_default(), 1);
  13. };
  14.  
  15. {
  16. my $handle = UV::idle();
  17. };
Add Comment
Please, Sign In to add comment