Bump -> 2.0.0.alpha.8
This commit is contained in:
parent
8cfa432297
commit
28707ac2f7
2 changed files with 1 additions and 2 deletions
|
@ -567,7 +567,6 @@ class HookedServiceEventDispatcher<Id, Data, T extends Service<Id, Data>> {
|
||||||
/// *NOTE*: Callbacks on the returned [Stream] cannot be guaranteed to run before other [listeners].
|
/// *NOTE*: Callbacks on the returned [Stream] cannot be guaranteed to run before other [listeners].
|
||||||
/// Use this only if you need a read-only stream of events.
|
/// Use this only if you need a read-only stream of events.
|
||||||
Stream<HookedServiceEvent<Id, Data, T>> asStream() {
|
Stream<HookedServiceEvent<Id, Data, T>> asStream() {
|
||||||
// TODO: Close StreamController
|
|
||||||
var ctrl = new StreamController<HookedServiceEvent<Id, Data, T>>();
|
var ctrl = new StreamController<HookedServiceEvent<Id, Data, T>>();
|
||||||
_ctrl.add(ctrl);
|
_ctrl.add(ctrl);
|
||||||
listen(ctrl.add);
|
listen(ctrl.add);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_framework
|
name: angel_framework
|
||||||
version: 2.0.0-alpha.7
|
version: 2.0.0-alpha.8
|
||||||
description: >
|
description: >
|
||||||
A high-powered HTTP server with DI, routing and more.
|
A high-powered HTTP server with DI, routing and more.
|
||||||
When combined with the other packages in the Angel ecosystem, this
|
When combined with the other packages in the Angel ecosystem, this
|
||||||
|
|
Loading…
Reference in a new issue