Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update a new resource type: Store #12

Closed
wants to merge 2 commits into from

Conversation

shenjiangqiu
Copy link
Contributor

As in the simpy, there is one resource type named Store.
It works like a fifo queue,
the sender can wait on the queue when the queue is full,
the receiver can also wait on the queue when the queue is empty.

As in the simpy, there is one resource type named Store.
It works like a fifo queue,
the sender can wait on the queue when the queue is full,
the receiver can also wait on the queue when the queue is empty.
@garro95 garro95 assigned garro95 and unassigned garro95 May 19, 2022
@garro95 garro95 self-requested a review May 19, 2022 20:13
@garro95 garro95 added the enhancement New feature or request label May 19, 2022
@garro95 garro95 linked an issue May 19, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new resource type: Store
2 participants