This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added an optional timeout to the Mailbox.take method #27
Added an optional timeout to the Mailbox.take method #27
Changes from 25 commits
3f16540
d58f953
0fbdc04
e54c311
8d596a0
0c2a0c4
e07ba21
34ec74c
fc34d15
991d59e
0630538
b4f1b74
5972360
d180be6
efde5b8
a013b3c
6d84455
9be511f
2a29657
1a7c214
ab255e9
beb7244
87e92ee
8d95611
58b3f6d
2184525
bc5bae8
fb1ce8f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because I dev using strong type lint options and the linter was complaining, so I fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was it complaining about? The change makes the code less typed:
finalizer
had static typeFinalizer<Pointer<_MailboxRepr>>
after your change this type is lost and you are resorting to runtime casting for some reason.Please revert this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still not resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented out code?