معنی فارسی thunks
C1تانک، تابعی است که هیچ پارامتری ندارد و معمولاً برای تأخیر در اجرای کدی یا مدیریت عملیات غیرهمزمان استفاده میشود.
A function that encapsulates a computation and can be executed later, often used in programming for optimization.
- noun
(functional programming) A delayed computation.
In the Scheme programming language, a function or procedure taking no arguments.
A mapping of machine data from one system-specific form to another, usually for compatibility reasons, such as from 16-bit addresses to 32-bit to allow a 16-bit program to run on a 32-bit operating system.
برنامه برای مدیریت وظایف ناهمزمان به طور زیبا از تانکس استفاده میکند.
The program provides thunks to handle asynchronous tasks gracefully.
در برنامهنویسی، تانکس برای بهینهسازی فراخوانیهای تابع مورد استفاده قرار میگیرند.
In programming, thunks are used to optimize function calls.
معنی فارسی کلمه thunks
:
تانک، تابعی است که هیچ پارامتری ندارد و معمولاً برای تأخیر در اجرای کدی یا مدیریت عملیات غیرهمزمان استفاده میشود.