我正在尝试使用Worker包和PostgreSQL包。
我不知道为什么,但如果我在运行示例
https://diegorochablog.wordpress.com/2014/02/18/worker-dart-concurrent-programming-does-not-have-to-be-hard/
除了添加import
语句import 'package:postgresql/postgresql.dart';
之外什么都不做更改后,示例停止工作(未调用任务execute
)。
Dart VM版本:1.17.0-dev.4.1(2016年5月19日星期四11:21:39)“macos_x64”。
name: fibFuturesConcu
version: 0.0.1
description: A simple console application.
dependencies:
worker: any
显然,稳定版的Dart(1.16.0)不会发生这种情况。
答案 0 :(得分:0)
使用Dart Stable 1.16时,问题就消失了。