Project

General

Profile

« Previous | Next » 

Revision 9873af0b

Added by ko1 (Koichi Sasada) almost 4 years ago

TracePoint.allow_reentry

In general, while TracePoint callback is running,
other registerred callbacks are not called to avoid
confusion by reentrace.
This method allow the reentrace. This method should be
used carefully, otherwize the callback can be easily called
infinitely.

[Feature #15912]

Co-authored-by: Jean Boussier