Begin build phase
This commit is contained in:
@@ -6,13 +6,13 @@ Deadline-priority queue.
|
||||
|
||||
## Holepunch references (inspiration only)
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-activity-queue`
|
||||
|
||||
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
|
||||
|
||||
## Composes with
|
||||
|
||||
- (none yet)
|
||||
- `hyper-p2p-peer-scheduler`
|
||||
|
||||
## Planned API
|
||||
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"protocol": "deadline-queue/v1",
|
||||
"class": "HyperP2PDeadlineQueue",
|
||||
"wave": 8,
|
||||
"holepunch_refs": [],
|
||||
"composes_with": [],
|
||||
"holepunch_refs": [
|
||||
"hyper-p2p-activity-queue"
|
||||
],
|
||||
"composes_with": [
|
||||
"hyper-p2p-peer-scheduler"
|
||||
],
|
||||
"status": "scaffold"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user