Skip to content

Commit

Permalink
Map nqp::permit op on MoarVM backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 26, 2017
1 parent 3b3aa8c commit 316d2ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -2874,6 +2874,7 @@ QAST::MASTOperations.add_core_moarop_mapping('queuepoll', 'queuepoll');

# asynchrony related ops
QAST::MASTOperations.add_core_moarop_mapping('timer', 'timer');
QAST::MASTOperations.add_core_moarop_mapping('permit', 'permit', 0);
QAST::MASTOperations.add_core_moarop_mapping('cancel', 'cancel', 0);
QAST::MASTOperations.add_core_moarop_mapping('cancelnotify', 'cancelnotify', 0);
QAST::MASTOperations.add_core_moarop_mapping('signal', 'signal');
Expand Down

0 comments on commit 316d2ef

Please sign in to comment.