Glossary Visual Basic / Term
reentrancy
Reentrant code is written so that it can be shared by several programs (or processes within a single program) at the same time. When a program is executing reentrant code, another program or process can interrupt the execution and can then start or continue execution of that same code.
Permanent link reentrancy - Creation date 2020-06-07