re-entrant
US /ˌriːˈen.trənt/
UK /ˌriːˈen.trənt/
형용사
재진입 가능한
(of a program or routine) able to be entered or called by another program or routine before the first call has been completed, without causing error or incorrect results
예시:
•
The new operating system features re-entrant code for improved efficiency.
새로운 운영 체제는 효율성 향상을 위해 재진입 가능한 코드를 특징으로 합니다.
•
Writing re-entrant functions is crucial for multi-threaded applications.
멀티스레드 애플리케이션의 경우 재진입 가능한 함수를 작성하는 것이 중요합니다.