-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #857 from andrewdavidmackenzie/flow-850
Handle errors in the Server submission_loop, exit gracefully letting client know. Fixes #850
- Loading branch information
Showing
10 changed files
with
249 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# `flowcore` | ||
|
||
See also: [Code docs](http://andrewdavidmackenzie.github.io/flow/code/doc/flowcore/index.html) | ||
[comment]: <> (See also: [Code docs](http://andrewdavidmackenzie.github.io/flow/code/doc/flowcore/index.html)) | ||
|
||
`flowcore` is a library of core structs and traits related to flow that is shared between multiple flow | ||
crates, and separate to avoid a cyclic dependency. | ||
|
||
# `flow_impl` | ||
|
||
See also: [Code docs](http://andrewdavidmackenzie.github.io/flow/code/doc/flow_impl/index.html) | ||
|
||
This is a trait that implementations of flow 'functions' must implement in order for them to be invoked | ||
by the flowrlib (or other) run-time library. | ||
|
||
An example of a function implementing the `Implementation` trait can be found in the | ||
docs for [`Implementation`](http://andrewdavidmackenzie.github.io/flow/code/doc/flowcore/trait.Implementation.html) | ||
docs | ||
|
||
[comment]: <> (for [`Implementation`](http://andrewdavidmackenzie.github.io/flow/code/doc/flowcore/trait.Implementation.html)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.