Call back routine

前端 未结 6 662
野的像风
野的像风 2021-02-01 10:14

In the Learning OpenCV book, I came to the term callback, and sometimes used with routine as callback routine.

What d

6条回答
  •  天命终不由人
    2021-02-01 11:01

    Callback functions are function which are not called explicitly such functions automatically invoked after some event occurs, for example after pressing​ "ctrl+c" SIGINT signal generated so automatically handler will execute.

提交回复
热议问题