Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F665907
icecast_agent.ex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
283 B
Subscribers
None
icecast_agent.ex
View Options
defmodule
LSG.IcecastAgent
do
use
Agent
def
start_link
()
do
Agent
.
start_link
(
fn
->
nil
end
,
name
:
__MODULE__
)
end
def
update
(
stats
)
do
Agent
.
update
(
__MODULE__
,
fn
(
_old
)
->
stats
end
)
end
def
get
do
Agent
.
get
(
__MODULE__
,
fn
(
stats
)
->
stats
end
)
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Sat, Feb 28, 10:54 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
87264
Default Alt Text
icecast_agent.ex (283 B)
Attached To
rNOLA Nola
Event Timeline
Log In to Comment