teravolt

Crates.ioteravolt
lib.rsteravolt
version0.7.0
sourcesrc
created_at2021-02-18 02:47:29.890015
updated_at2021-05-24 03:56:24.28054
descriptionAn executor for handling streaming data from multiple sources and enabling seamless communication between them.
homepagehttps://github.com/semirix/Teravolt
repositoryhttps://github.com/semirix/Teravolt
max_upload_size
id356886
size37,522
Semirix (semirix)

documentation

README

Teravolt - Multi-stream executor

Teravolt is an executor for handling streaming data from multiple sources and enabling seamless communication between them.

Warning: This is far from being complete and lacks many features at the moment. Use at your own risk!

Goals

  • Speed.
  • Ergonomics.
  • Abstract away threading, async, and inter-process communication.
  • Reliability.

Features

  • Multiple tasks communicating with each other.
  • Custom task restart policies.
  • Handling of errors in tasks cleanly.
  • Subscribe to messages.
  • Support mutable internal state for connections.
  • Distribute task workloads over multiple threads.
  • Procedural macros to create new tasks.
  • Connection dependencies

License

Copyright 2021 Semirix

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Commit count: 0

cargo fmt