Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Nov 29, 2021
1 parent 40fbf40 commit 3c87142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ impl ActorContainer {
self.pool.free(actor_handle);
}

pub fn count(&self) -> usize {
pub fn count(&self) -> u32 {
self.pool.alive_count()
}

Expand Down

0 comments on commit 3c87142

Please sign in to comment.