mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-06-27 06:43:13 +00:00
Exceptions
This commit is contained in:
@ -33,6 +33,7 @@ class AsyncQueue<T> extends AsyncReply<T>
|
||||
if (_list[i].ready)
|
||||
{
|
||||
super.trigger(_list[i].result);
|
||||
super.ready = false;
|
||||
_list.removeAt(i);
|
||||
i--;
|
||||
}
|
||||
|
Reference in New Issue
Block a user