Skip to content

Commit

Permalink
adding no-! version
Browse files Browse the repository at this point in the history
  • Loading branch information
schlichtanders committed Nov 13, 2023
1 parent 6591c83 commit e6518f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JolinPluto"
uuid = "5b0b4ef8-f4e6-4363-b674-3f031f7b9530"
authors = ["Stephan Sahm <[email protected]> and contributors"]
version = "0.1.48"
version = "0.1.49"

[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Expand Down
4 changes: 2 additions & 2 deletions src/JolinPluto.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ module JolinPluto
export @get_jwt, @authorize_aws
export get_jwt, authorize_aws
export @repeat_take!, @repeat_at, @repeat_run, @Channel
export repeat_take!, repeat_at, repeat_run, ChannelPluto, repeat_queueget
export repeat_take!, repeat_take, repeat_at, repeat_run, ChannelPluto, repeat_queueget
export @output_below, @clipboard_image_to_clipboard_html
export output_below, clipboard_image_to_clipboard_html, embedLargeHTML
export Setter, @get, @cell_ids_create_wrapper, @cell_ids_push!
export cell_ids_create_wrapper, cell_ids_push!
export cell_ids_create_wrapper, cell_ids_push!, cell_ids_push

using Dates
using HTTP, JSON3, Git, JWTs, UUIDs, Base64
Expand Down
2 changes: 2 additions & 0 deletions src/setter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,5 @@ function cell_ids_push!(setter::Setter)
end
nothing
end

const cell_ids_push = cell_ids_push!
1 change: 1 addition & 0 deletions src/tasks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ function repeat_take!(channel)
repeat_run(() -> take!(channel))
end

const repeat_take = repeat_take!

"""
channel = @Channel(10) do ch
Expand Down

0 comments on commit e6518f1

Please sign in to comment.