如何不使用setTimeout异步运行javascript函数? [英] how to run a javascript function asynchronously, without using setTimeout?

查看:158
本文介绍了如何不使用setTimeout异步运行javascript函数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用服务器端Javascript(rhino引擎),因此setTimeout不可用.如何异步运行一个函数?

its a server side Javascript (rhino engine), so setTimeout is not available. how to run a function asynchronously?

推荐答案

Have a look at the Multithreaded Script Execution example on the Rhino Examples page. Basically, JavaScript does not support threading directly, but you may be able to use a Java thread to achieve what you are looking for.

这篇关于如何不使用setTimeout异步运行javascript函数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆