This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Messenger actor and use withContext instead
Inspired by [comment] by elizarov (on Jun 15) in Kotlin/kotlinx.coroutines#87: > when you ask and actor and want a result back the proper design would > be to have a `suspend fun` with a normal (non-deferred) `Result`. > However, please note that this whole ask & wait pattern is an > anti-pattern in actor-based systems, since it limits scalability. [comment]: Kotlin/kotlinx.coroutines#87 (comment)
- Loading branch information
Showing
59 changed files
with
1,969 additions
and
1,375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
fixes: | ||
- "com/juul/able/experimental::" | ||
- "com/juul/able/experimental/processor::" | ||
- "com/juul/able/experimental/throwable::" | ||
- "com/juul/able/experimental/logger/timber::" | ||
- "com/juul/able/logger/timber::" | ||
- "com/juul/able/processor::" | ||
- "com/juul/able/throwable::" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!-- | ||
~ Copyright 2018 JUUL Labs, Inc. | ||
~ Copyright 2020 JUUL Labs, Inc. | ||
--> | ||
|
||
<manifest package="com.juul.able.experimental" /> | ||
<manifest package="com.juul.able" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.