Skip to content

chirag045/Defer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

What is Defer? => The defer statement is used to execute a set of statements before the code execution leaves the current block of code.

This is useful for performing necessary cleanup tasks, Note that defer used LIFO Last In First out so we can tell its execute from last defer if there will multiple defer in same block.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages