mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-06-11 10:53:19 +02:00
Kick out asyncio into an external crate for later
This commit is contained in:
20
bffhd/lib.rs
20
bffhd/lib.rs
@ -22,23 +22,3 @@ pub mod resource;
|
||||
pub mod state;
|
||||
/// Varints
|
||||
pub mod varint;
|
||||
|
||||
use intmap::IntMap;
|
||||
use resource::ResourceDriver;
|
||||
|
||||
#[derive(Debug)]
|
||||
struct InitiatorDriver;
|
||||
#[derive(Debug)]
|
||||
struct ActorDriver;
|
||||
|
||||
#[derive(Debug)]
|
||||
struct System {
|
||||
resources: IntMap<ResourceDriver>,
|
||||
initiators: IntMap<InitiatorDriver>,
|
||||
actors: IntMap<ActorDriver>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct Accountant {
|
||||
|
||||
}
|
Reference in New Issue
Block a user