-
-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rename client.schedule(..) to clarify hidden behavior where not…
…hing is scheduled if the instance already exists (#496) Rename `client.schedule(...)` method to `client.scheduleIfNotExists(...)` to clarify default but slightly hidden behavior where nothing is scheduled if the instance already exists. Deprecated old `client.schedule(...)` methods. Fixes #326
- Loading branch information
1 parent
309c355
commit 679332b
Showing
3 changed files
with
62 additions
and
1 deletion.
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