Skip to content
This repository was archived by the owner on Jul 13, 2019. It is now read-only.

aktoro-rs/aktoro-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aktoro-channel

Right now, this crate only provides wrappers around the channel types of futures_channel.

The long term goal is to write and use custom internals for its channels, along with writing channels that are defined by 6 properties:

  • whether it is uni- or bidirectional
  • whether a sender gets notified when a message it has send, has been read
  • the number of unread messages that it can hold
  • the total number of messages that can be sent over it
  • the number of sender that it can have
  • the number of receiver that it can have

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages