mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-09-29 18:53:19 +00:00
1.4.0
This commit is contained in:
@@ -3,7 +3,7 @@ library esiur;
|
||||
import 'AsyncReply.dart';
|
||||
|
||||
class AsyncQueue<T> extends AsyncReply<T> {
|
||||
List<AsyncReply<T>> _list = new List<AsyncReply<T>>();
|
||||
List<AsyncReply<T>> _list = <AsyncReply<T>>[];
|
||||
|
||||
// object queueLock = new object();
|
||||
|
||||
|
Reference in New Issue
Block a user