Skip to content

Commit d89327d

Browse files
committed
docs: document push module
1 parent ff734ee commit d89327d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/push.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//! # Push notifications module.
2+
//!
3+
//! This module is responsible for Apple Push Notification Service
4+
//! and Firebase Cloud Messaging push notifications.
5+
//!
6+
//! It provides [`PushSubscriber`] type
7+
//! which holds push notification token for the device,
8+
//! shared by all accounts.
19
use std::sync::atomic::Ordering;
210
use std::sync::Arc;
311

0 commit comments

Comments
 (0)