タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

programmingとWikipediaに関するincepのブックマーク (1)

  • Reentrancy (computing) - Wikipedia

    In programming, reentrancy is the property of a function or subroutine which can be interrupted and then resumed before it finishes executing. This means that the function can be called again before it completes its previous execution. Reentrant code is designed to be safe and predictable when multiple instances of the same function are called simultaneously or in quick succession. A computer prog

    incep
    incep 2015/02/12
    "In computing, a computer program or subroutine is called reentrant if it can be interrupted in the middle of its execution and then safely called again ("re-entered") before its previous invocations complete execution."
  • 1