﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2673	AdlibRegister(0) execute function instanly instead of after 250ms	anonymous		"In current AutoIt version, '''AdlibRegister''' with negative or zero timeout will be auto correct to 250 ms. By allowing '''AdlibRegister''' with zero parameter, user will be free to setup a dispatch for a long-time-running business function.

Think the case you need to execute long-time running function but also want to process event like button click, you cannot using an ""Dummy"" control because it also use the same event queue with a normal button, so your normal button click will be cached and execute after the long-time running function). Of course you can set up some code to provide work around but i think AdlibRegister is the fastest way.

Currenly I use AdlibRegister(1) to get an acceptable solution, but I think allowing AdlibRegister(0) will provide more advantage, especially in concurrency. In a heavy application, some action will be occur in 1 ms delay."	Feature Request	closed		AutoIt		None	Rejected		
