fun with setTimeout
A simple asynchronous javascript function. Takes a function and wraps it in a setTimeout.
var async = function(fn) { setTimeout(fn, 0) }
Written by John Strong
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Asynchronous
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#